CSS Gradient Generator

Design a gradient visually and copy paste-ready CSS. Built with vibecoding in ~12 minutes.

0%
100%
Presets:

CSS

background: linear-gradient(135deg, #a855f7 0%, #6366f1 100%);

Built with this prompt

Build a CSS Gradient Generator in React with:
- Linear and radial gradient types
- An angle slider (0-360deg) for linear gradients
- A list of color stops, each with a color picker and a position (0-100%)
- Add and remove stops (minimum two)
- Live preview that updates as you edit
- Generated CSS string (background: ...) with a copy button
- A few one-click presets
- Dark theme with purple accents