🌈

Gradient Palette Generator

Create beautiful multi-stop color gradients with live preview and full CSS export. Add, remove and reorder stops. Linear and radial gradient support. Free.

🎨 Design & Color Tools Free Browser-based
Tool

CSS Gradient Syntax

CSS gradients are generated with linear-gradient(angle, color1 pos%, color2 pos%, ...) or radial-gradient(shape, color1 pos%, color2 pos%, ...). They can be used in any CSS property that accepts an image, including background, background-image and border-image.

Gradient Tips

TechniqueHow
Hard stopPlace two stops at the same position
Transparent fadeUse rgba(0,0,0,0) as a stop color
Multi-colorAdd 3–5 stops for complex gradients
RepeatingUse repeating-linear-gradient()

Frequently Asked Questions