Everything you need to craft beautiful gradients for your web projects.
Live Preview
See your gradient update in real-time as you adjust colors, stops, and direction.
One-Click CSS Export
Copy the generated CSS gradient code ready to paste directly into your stylesheet.
Curated Presets
Choose from 12 hand-crafted gradient presets to jump-start your design.
100% Browser-Based
No data is sent to any server. Everything runs locally in your browser.
Gradient Use Cases
CSS gradients are everywhere in modern web design.
Web Backgrounds
Create eye-catching hero section backgrounds, page backdrops, and section dividers.
Image Overlays
Layer gradients over photos for text legibility or artistic effects.
UI Components
Apply gradients to buttons, cards, badges, and progress bars for depth and polish.
Gradient Text
Combine with background-clip: text to create stunning multi-color gradient typography.
Frequently Asked Questions
Find answers to the most common questions.
This tool supports all three CSS gradient types: linear-gradient (directional), radial-gradient (circular/elliptical from a center point), and conic-gradient (rotating around a center). You can also toggle the repeating variant for any type.
Click the 'Add Stop' button to add a new color stop. You can have up to 8 stops. Each stop has its own color picker, position slider (0–100%), and opacity control.
Yes! Click the 'Copy CSS' button to copy the complete CSS rule (background property) to your clipboard. You can paste it directly into your CSS file or inline style.
Linear and radial gradients have near-universal browser support (99%+). Conic gradients are supported in all modern browsers including Chrome, Edge, Firefox, and Safari. They do not require any vendor prefixes in modern CSS.