Indigo to Pink Gradient

Free indigo to pink gradient — CSS code, Tailwind class, and PNG export.

CSS Code

Linear gradient

background: linear-gradient(135deg, #6366f1, #ec4899);

Radial gradient

background: radial-gradient(circle, #6366f1, #ec4899);

Tailwind CSS

<div class="bg-gradient-to-br from-[#6366f1] to-[#ec4899]" />

Variations

to right

to bottom

45deg

135deg

225deg

315deg

Customize this gradient

Open this gradient in the editor to adjust colors, type, angle, grain, and export options.

Open in CSS Gradient Generator

Related gradients