Tool

Gerador gradiente

Create linear, radial and conic CSS gradients with multiple color stops. Copy the code in one click.

Gradient type
135°
Color stops
Presets
From palettes
Coucher de soleil
Océan profond
Forêt automne
Nord minimaliste
Pop Matisse
Matcha & Poudré
background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 50%, #F97316 100%);

CSS gradient, an essential tool of modern design

Linear gradient

The linear gradient (`linear-gradient`) is the most used in CSS. It creates a smooth transition between two or more colors along a directional axis. Adjust the angle between 0° (vertical) and 360° to orient the color flow. Ideal for backgrounds, CTA buttons, banners and headers. Combine 3 or more colors for sophisticated multi-layer effects. The generated code is directly compatible with all modern browsers without any vendor prefix.

Radial & conic gradient

The radial gradient (`radial-gradient`) radiates from a central point, perfect for light effects and colored circles. The conic gradient (`conic-gradient`) rotates around a center according to an angle — ideal for creating pie charts, color wheels or aurora effects. Both types support multiple color stops for complex transitions. Export the CSS code in one click and paste it directly into your stylesheet or framework.

How to use the generator

1
Choose type
Linear for color bands, radial for circles, conic for angular effects.
2
Adjust stops
Each color stop has a position (0–100%). Drag the slider or click the square to change the color.
3
Use a preset
Presets are ready-made combinations. Click to load them instantly.
4
Copy CSS
The CSS code is generated in real time. Click "Copy CSS" and paste it into your project.