Indigo Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Indigo Blossom palette

Share this palette to:

Indigo Blossom color palette PNG image

Download indigo blossom color palette PNG image (landscape)
Download indigo blossom color palette PNG image (square)

Indigo Blossom color palette CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #5c2d9a;
}
.color-3 {
color: #7154b6;
}
.color-4 {
color: #a84cb8;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #5c2d9a;
--color-3: #7154b6;
--color-4: #a84cb8;
--color-5: #eab8e4;
}

Indigo Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #5c2d9a, #7154b6, #a84cb8, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #5c2d9a, #7154b6, #a84cb8, #eab8e4);
}

Indigo Blossom color palette created on .