CSS-Gradient-Generator

Erstelle lineare und radiale CSS-Gradienten visuell. Farbstops bearbeiten, fertiges CSS kopieren.


    
  

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