Loading...
Create beautiful CSS gradients with live preview. Supports linear, radial, and conic gradients with multiple color stops.
background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);background: linear-gradient(135deg, #6366f1, #ec4899);background: radial-gradient(circle at center, #6366f1, #ec4899);background: conic-gradient(from 0deg, #6366f1, #ec4899);