QuickFreeTools

Online CSS Gradient Generator

Create linear-gradient CSS: set direction and 2+ color stops.

Color stops

background: linear-gradient(to bottom right, #667eea 0%, #764ba2 100%);

Frequently Asked Questions

What directions are supported?
You can use keywords (to top, to right, to bottom right) or degrees (e.g. 90deg).
How many color stops?
At least 2. Add more stops for complex gradients.

Related Developer Tools