CSS Gradient Generator

FeaturedGenerators & Converters

Design beautiful CSS gradients visually. Supports linear, radial, and conic gradients with multiple color stops, angle control, and instant CSS code output ready to paste.

Preview
background: linear-gradient(135deg, rgba(37,99,235,1) 0%, rgba(124,58,237,1) 100%);

Gradient Type

Color Stops

Pos 0%
Opacity100%
#2563eb
Pos 100%
Opacity100%
#7c3aed

Presets

All CSS Variants

CSSbackground: linear-gradient(135deg, rgba(37,99,235,1) 0%, rgba(124,58,237,1) 100%);
Value onlylinear-gradient(135deg, rgba(37,99,235,1) 0%, rgba(124,58,237,1) 100%)
Tailwind-stylebg-gradient-to-r from-[#2563eb] to-[#7c3aed]

Related Tools

Frequently Asked Questions

What gradient types are supported?
Linear gradient (with angle control), radial gradient (with shape and position), and conic gradient are all supported.
Can I add multiple color stops?
Yes — add as many color stops as you need, with full control over position, color, and opacity for each stop.
Is the output cross-browser compatible?
Yes — the generated CSS includes proper vendor prefixes for maximum browser compatibility.

Browse More Tools

View All