CSS Gradient Generator

Build linear, radial and conic gradients by eye: drag the colour stops, try a preset and copy the CSS.

Background
background: linear-gradient(135deg, #7c3aed 0%, #db2777 55%, #fb923c 100%);
With a solid fallback first
background: #c6518b;
background: linear-gradient(135deg, #7c3aed 0%, #db2777 55%, #fb923c 100%);
Presets
Type
Colour stops
Drag a handle, or focus one and press an arrow key.
Colour interpolation

Colours blend in sRGB, the way gradients have always mixed. Every browser reads it.

More in the yard