Generador de Gradiente CSS

Crea gradientes CSS lineales y radiales visualmente. Edita paradas de color, copia CSS listo para producción.


    
  

What is this for?

CSS gradients are a single line of CSS that draws smooth color transitions for backgrounds, buttons, hero panels, and overlays — without any image asset. The syntax is powerful but fiddly to write by hand: angles, percentage stops, repeating variants, mixing linear with radial. This tool gives you a visual builder that mirrors the CSS in real time, so you can drag a stop into place and copy the exact linear-gradient(...) or radial-gradient(...) string.

When to use it

Linear vs radial

Common gotchas