Design gradients without guessing
CSS gradients are great-looking and zero-weight — no image to download — but hand-writing the syntax and re-loading to check is tedious. Here you pick colors and positions visually, watch the result update instantly, then copy a clean background declaration straight into your stylesheet.
Linear, radial and multi-stop
Choose a linear gradient and set its angle, or a radial gradient that spreads from the center. Add as many color stops as you need and slide each one's position to control exactly where colors blend. Two stops give a simple fade; three or more let you build rich, branded backgrounds and buttons.
Frequently asked questions
How do I add more colors?
Click Add stop, pick a color and set its position. Remove any stop down to a minimum of two.
What does the angle do?
For linear gradients it sets direction (0° bottom-to-top, 90° left-to-right). Radial gradients ignore it.
Can I use the CSS anywhere?
Yes — it's standard CSS that works in every modern browser.
More free tools
Design tools: Color Palette Generator, Color Picker, Aspect Ratio Calculator · See all Alienated Tools.