RevealTheme logo

CSS Gradient Generator

Build linear and radial CSS gradients. Pick colors visually and copy the generated CSS.

background: linear-gradient(135deg, #535beb, #7c3aed);

What is CSS Gradient Generator?

CSS gradients are color transitions between two or more colors. Linear gradients flow in a direction; radial gradients emanate from a point. This generator handles the common cases — for complex multi-stop gradients with custom positions, build them manually.

Frequently asked questions

Are gradients performant?
Yes — much cheaper than gradient images. They scale to any size without quality loss.
Can I animate gradients?
Direct gradient animation isn't supported; animate gradient properties via JavaScript or use background-position tricks.

Related tools