Gradient Generator

Create beautiful CSS gradients visually

CSS
background: linear-gradient(135deg, #667eea, #764ba2);
Tailwind (Approximate)
bg-gradient-to-r from-[#667eea] to-[#764ba2]

Gradient Type

Angle: 135°

Color Stops

Presets