Choose colors, type and angle — get ready CSS code to paste into your project. Free, no registration.
A linear gradient runs along a straight line at a given angle. Radial spreads from the center as a circle or ellipse. Conic rotates around a central point like a color wheel.
The tool generates a ready CSS property background that can be pasted directly into your styles. Supported by all modern browsers without prefixes.
Add up to 5 color stops for complex multi-color gradients. Each stop sets a color and position in percent. Remove extras with one click.
background property of any element. Example: div { background: linear-gradient(135deg, #3B82F6, #8B5CF6); }