Create beautiful CSS gradients with a visual editor and live preview. Build linear, radial, and conic gradients, adjust colors and stops, then copy production-ready CSS code.
background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);Linear
Transitions along a straight line. Best for backgrounds, buttons, and hero sections.
Radial
Radiates outward from a center point. Perfect for spotlights and glows.
Conic
Sweeps around a center point. Ideal for pie charts and progress rings.
Analogous colors create smooth, natural transitions.
2-3 stops produce the cleanest results. More can get muddy.
Adjust stop positions for asymmetric or banded effects.
Test on dark backgrounds — light-mode gradients often need adjustment.
A visual tool that outputs CSS background gradient code. Pick colors, set stops and direction, then copy the code into your stylesheet.
Yes — linear-gradient(), radial-gradient(), and conic-gradient() work in all modern browsers. Conic needs Safari 12.1+ / Chrome 69+. No prefixes needed.
The MiroMiro Chrome extension detects gradients on any page — hover over an element to see its full gradient code, then copy it directly.
Yes, comma-separate them in the background property. This is used for mesh gradients, glassmorphism, and complex visual effects.