Linear & radial types
Switch between linear gradients (with angle control) and radial gradients with a single click.
Build beautiful linear and radial CSS gradients with a live visual editor. Add multiple color stops, control the direction, and copy production-ready CSS in one click.
Switch between linear gradients (with angle control) and radial gradients with a single click.
Add or remove color stops beyond the default two to create complex multi-color gradients.
Get the production-ready CSS background property copied to your clipboard with one click.
background: linear-gradient(135deg, #ff7a18, #32d2ff);Step 1
Pick your gradient colors using the color pickers, then select linear or radial type.
Step 2
For linear gradients, drag the angle slider to rotate the direction from 0° to 360°.
Step 3
Click 'Copy CSS' to copy the background property. Paste it directly into your stylesheet.
Yes. Click 'Add stop' to add additional color stops for more complex multi-color gradients.
It outputs a background shorthand property like `background: linear-gradient(135deg, #ff7a18, #32d2ff);` ready to use in CSS.
The hex color picker doesn't support alpha transparency. For transparent stops, edit the CSS output directly.