Design

Gradient generator

Build linear and radial CSS gradients visually.

CSS

background: linear-gradient(90deg, #3366cc 0%, #cc33aa 100%);

How it works

1

Add color stops

Choose two or more colors and position them along the gradient.

2

Shape it

Switch between linear and radial, and set the angle or centre.

3

Copy the CSS

Copy the ready-to-use background gradient into your stylesheet.

Frequent questions

Does it output ready-to-use CSS?
Yes. The tool generates a complete background gradient value you can paste straight into your CSS.
Can I use more than two colors?
Yes. Add as many color stops as you like and position each one along the gradient.