Indigo Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Indigo Dream palette

Share this palette to:

Indigo Dream color palette PNG image

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

Indigo Dream color palette CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #5b3e8e;
}
.color-3 {
color: #795c99;
}
.color-4 {
color: #9979be;
}
.color-5 {
color: #c8b3ea;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #5b3e8e;
--color-3: #795c99;
--color-4: #9979be;
--color-5: #c8b3ea;
}

Indigo Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #5b3e8e, #795c99, #9979be, #c8b3ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #5b3e8e, #795c99, #9979be, #c8b3ea);
}

Indigo Dream color palette created on .