TopDev
🌈

CSS Gradient Generator (Linear / Radial / Conic)

Visual builder for CSS linear / radial / conic gradients. 8 beautiful presets, multi-color stops, ready-to-copy CSS. Works with Tailwind v4.

All tools Browser-only
Presets

Color stops

Preview
CSS
 

Linear / Radial / Conic gradients — copy ready-to-use CSS. Works with Tailwind v4 and vanilla CSS. Click + to add a color stop, drag the slider to adjust position.

Three CSS gradient types

Color stops

Every gradient needs at least 2 colors (color stops). You can add more and pin them at exact % positions:

linear-gradient(90deg,
  #ff0000 0%,    /* red at start */
  #ffff00 50%,   /* yellow at middle */
  #00ff00 100%   /* green at end */
)

Design tips

Tailwind v4 syntax

Tailwind v4 has richer gradient utilities: bg-linear-to-r, bg-radial-[at_50%_50%], bg-conic-180. This tool produces vanilla CSS — paste into style or use the matching utility class.

Who this is for

Frontend devs, UI/UX designers, anyone prototyping visuals fast or generating CSS for Tailwind/React/Vue projects.

FAQ

Does the generated CSS work with Tailwind?

Yes. Output is vanilla CSS, paste into any .css file. For Tailwind projects, use @utilities layer or theme overrides.

Browser compatibility?

Modern CSS syntax (custom properties, grid). Works on Chrome/Firefox/Safari 2020+. IE11 NOT supported.

Related tools

See all tools →