ToolVaults

CSS Gradient Generator — Linear, Radial, Conic

Design linear, radial, and conic CSS gradients with unlimited color stops. Live preview and copy the CSS. Share via URL.

Runs 100% in your browser — nothing is uploaded.

Color stops
  • 0%
  • 100%
CSS
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);

Frequently asked

What is a conic gradient?

A gradient that sweeps around a center point like a color wheel or pie chart. Great for progress rings and hero backgrounds. Modern browsers only.

Can I add more than 2 stops?

Yes — click "Add stop" and drag the position sliders. Stops are automatically sorted by position when rendered.

Does it support angles for radial?

Radial gradients don't use angles — they use shape (circle/ellipse) and position. Angles apply to linear and conic gradients.

Related tools