Visually design a linear gradient between two colors at any angle, with a live preview, and copy the ready-to-use CSS.
How it works
- Select two beautiful colors using the visual color pickers.
- Drag the angle slider to determine the precise direction of the gradient.
- Instantly preview the result and copy the generated CSS rule.
Frequently asked questions
What does the angle slider control?
It controls the directional vector: 0deg flows bottom-to-top, 90deg flows left-to-right, and 135deg creates a diagonal sweep.
Can I use more than two color stops?
This generator targets the most common two-color use case. To add more stops, simply inject extra colors into the CSS string manually.
Is the generated CSS fully production-ready?
Yes. The `linear-gradient` specification is universally supported natively across all modern browsers.