Sổ Tay AI
🌈

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
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.

Related

Related tools

See all tools →