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: #6a5bcd;
}
.color-3 {
color: #8a2ce2;
}
.color-4 {
color: #9470db;
}
.color-5 {
color: #dda1dd;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #6a5bcd;
--color-3: #8a2ce2;
--color-4: #9470db;
--color-5: #dda1dd;
}

Indigo Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #6a5bcd, #8a2ce2, #9470db, #dda1dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #6a5bcd, #8a2ce2, #9470db, #dda1dd);
}

Indigo Dream color palette created on .