Indigo Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Indigo Dreams palette

Share this palette to:

Indigo Dreams color palette CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #5e2b91;
}
.color-3 {
color: #7c69bf;
}
.color-4 {
color: #9e8fdb;
}
.color-5 {
color: #b8b2e6;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #5e2b91;
--color-3: #7c69bf;
--color-4: #9e8fdb;
--color-5: #b8b2e6;
}

Indigo Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #5e2b91, #7c69bf, #9e8fdb, #b8b2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #5e2b91, #7c69bf, #9e8fdb, #b8b2e6);
}

Indigo Dreams color palette created on .