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
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
| Technique | How |
|---|---|
| Hard stop | Place two stops at the same position |
| Transparent fade | Use rgba(0,0,0,0) as a stop color |
| Multi-color | Add 3–5 stops for complex gradients |
| Repeating | Use repeating-linear-gradient() |