Free CSS Gradient Generator — Linear, Radial, Conic | Copy CSS Code

CSS Gradient Generator

Create beautiful CSS gradients visually. Choose linear, radial, or conic gradients, customize colors and angles, then copy the CSS code or export as PNG. All processing happens in your browser.

Linear · 135deg
background: linear-gradient(135deg, #4f46e5, #db2777);
Angle 135°
Color Stops
Preset Gradients

Frequently Asked Questions

Yes, completely free. No signup required. Create unlimited gradients and copy the CSS code for use in any web project, personal or commercial.

We support three gradient types: Linear gradients (with adjustable angle from 0 to 360 degrees), Radial gradients (with shape and position controls), and Conic gradients (with rotation angle). All generate standard CSS3 code that works in all modern browsers including Chrome, Firefox, Safari, and Edge.

Yes. Click the Download PNG button to save your gradient as a high-quality PNG image. This is perfect for use in design tools like Figma, Photoshop, Canva, or for social media graphics where CSS is not available.

You can add up to 10 color stops per gradient. Each stop has an adjustable position from 0% to 100%, allowing you to create complex multi-color gradients. Click the + button to add stops and the x button to remove them.

Linear and radial gradients work in all modern browsers. Conic gradients are supported in Chrome 69+, Firefox 83+, Safari 12.1+, and Edge 79+. For older browsers, consider using a solid color fallback.