Indigo Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Indigo Dreamscape palette

Share this palette to:

Indigo Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #5d5091;
}
.color-2 {
color: #8b73b5;
}
.color-3 {
color: #a4a5d0;
}
.color-4 {
color: #c2c4e0;
}
.color-5 {
color: #e9ecf7;
}

/* CSS Variables */
:root {
--color-1: #5d5091;
--color-2: #8b73b5;
--color-3: #a4a5d0;
--color-4: #c2c4e0;
--color-5: #e9ecf7;
}

Indigo Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d5091, #8b73b5, #a4a5d0, #c2c4e0, #e9ecf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d5091, #8b73b5, #a4a5d0, #c2c4e0, #e9ecf7);
}

Indigo Dreamscape color palette created on .