CSS Gradient Generator

Gradient Options

Type

Color Stops

Preview

CSS

background-image: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);

Tailwind

bg-gradient-to-br from-[#6366f1] to-[#ec4899]