🌈 Gradient Generator
Create Beautiful CSS Gradients
Design stunning linear, radial and conic gradients with live preview. Copy CSS code instantly. Free gradient generator!
⚙️
Gradient Settings
Gradient Type
Direction / Angle
135°
Color Stops
Options
CSS Code — Click to Copy
Click to copy
✨
Preset Gradients — Click to Use
📖
How to Use1
Choose Gradient TypeLinear, radial or conic — each creates a different effect.
2
Set DirectionClick a direction button or drag the angle slider.
3
Pick ColorsChange each color stop and drag the position slider.
4
Add More StopsClick Add Color Stop for multi-color gradients.
5
Copy CSSClick Copy CSS to copy the code, then paste into your project.
⚡
Features🌈3 TypesLinear, Radial, Conic
🎨Multi-StopUnlimited color stops
✨30 PresetsBeautiful ready-made
📋Copy CodeCSS, Tailwind, SVG
🔄RepeatingRepeating gradients
🆓FreeNo signup needed
❓
Frequently Asked QuestionsA linear gradient transitions colors along a straight line at any angle. A radial gradient radiates outward from a center point in a circle or ellipse shape. A conic gradient rotates around a center point, like a pie chart — great for creating interesting effects and color wheels.
Copy the CSS code from the tool and paste it as your background property: background: linear-gradient(...); You can use it on any element — div, section, button or the full page body. Gradients also work with background-image for layering effects.
A repeating gradient tiles the gradient pattern across the element, creating a striped or patterned effect. Enable it by checking the Repeating option. It works best when your color stops do not cover the full 100% so the pattern has space to repeat.
Click Copy Tailwind to get Tailwind utility classes for your gradient. Note that custom colors may need Tailwind's arbitrary value syntax like bg-gradient-to-r from-[#6d28d9] to-[#9333ea]. For complex multi-stop gradients you may need to extend your tailwind.config.js.