🎨

CSS Gradient Generator

Build beautiful CSS gradients visually and copy the code — 100% local.

135°
Color stops
CSS output

How it works

1
Choose gradient type
Select linear, radial or conic gradient. Each maps to a different CSS gradient function — linear-gradient, radial-gradient or conic-gradient.
2
Add and adjust color stops
Pick colors with the color pickers and drag stops along the gradient bar to set their positions precisely.
3
Set direction or angle
For linear gradients, set the angle in degrees. For radial/conic, adjust the center point and spread.
4
Copy the CSS
Click Copy to get the complete, ready-to-paste CSS gradient declaration — works in all modern browsers with no prefix required.

Frequently Asked Questions

Is the CSS Gradient Generator free?

Yes, completely free. No account, no sign-up.

Is my data sent to a server?

No. The gradient preview and CSS code are generated entirely in your browser — no server calls.

What gradient types are supported?

Linear, radial and conic gradients. Each maps directly to CSS linear-gradient(), radial-gradient() and conic-gradient().

Is the output cross-browser compatible?

Yes. The generated CSS uses the standard unprefixed syntax supported by all modern browsers (Chrome, Firefox, Safari, Edge).