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: #2a2e6f;
}
.color-2 {
color: #4b4f8b;
}
.color-3 {
color: #7a7db8;
}
.color-4 {
color: #a4a7e5;
}
.color-5 {
color: #d1d4f0;
}

/* CSS Variables */
:root {
--color-1: #2a2e6f;
--color-2: #4b4f8b;
--color-3: #7a7db8;
--color-4: #a4a7e5;
--color-5: #d1d4f0;
}

Indigo Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2e6f, #4b4f8b, #7a7db8, #a4a7e5, #d1d4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2e6f, #4b4f8b, #7a7db8, #a4a7e5, #d1d4f0);
}

Indigo Dreams color palette created on .