DevToolBoxGRATUIT
Blog

Générateur de Dégradé CSS

Créez des dégradés CSS linéaires, radiaux et coniques avec un éditeur visuel.

90deg
#1
#2
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
background: linear-gradient(90deg, #3b82f6, #8b5cf6); -webkit-background: linear-gradient(90deg, #3b82f6, #8b5cf6); -moz-background: linear-gradient(90deg, #3b82f6, #8b5cf6);

What is CSS Gradient Generator?

CSS gradients let you display smooth transitions between two or more colors. This visual generator helps you create linear-gradient, radial-gradient, and conic-gradient CSS code with an interactive editor.

𝕏 Twitterin LinkedIn

Notez cet outil

3.7 / 5 · 151 avis

Restez informé

Recevez des astuces dev et les nouveaux outils chaque semaine.

Pas de spam. Désabonnez-vous à tout moment.

Enjoy these free tools?

Buy Me a Coffee

How to Use

  1. Select gradient type (linear, radial, or conic)
  2. Adjust the angle or direction
  3. Add or modify color stops
  4. Preview the gradient in real-time
  5. Copy the CSS code

Use Cases

  • Website backgrounds and hero sections
  • Button hover effects
  • Text gradient effects
  • Card and UI element styling

FAQ

What CSS gradient types are supported?
This tool supports linear-gradient, radial-gradient, and conic-gradient.
Can I use the generated CSS in any browser?
Yes, CSS gradients are supported in all modern browsers.
How many color stops can I add?
You can add multiple color stops. Most designs use 2-4 colors.