CSS Gradient Generator
Build a custom CSS gradient — linear, radial, or conic — and copy the code instantly. Free, no sign-up, nothing you build leaves your device.
- 100% free
- No sign-up
- Runs on your device
Interpolates through a perceptually uniform color space (OKLCH) instead of plain RGB, so a gradient between very different hues doesn't fade through gray or brown in the middle.
Color stops
Drag a handle to reposition it, or click anywhere on the bar to add a new stop.
Color
#6366f1
Color
#ec4899
CSS code
background: linear-gradient(
90deg,
#6366f1 0%,
#ec4899 100%
);Preset gradients
Build a gradient from an image
Drop an image, click to browse, or paste one straight from your clipboard with Ctrl+V (Cmd+V on Mac) — its dominant colors become your gradient's stops.
Every gradient you build stays on your device — this tool doesn't even have a server to send it to.