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: #4e68c6;
}
.color-2 {
color: #5a8cd8;
}
.color-3 {
color: #6cc1e5;
}
.color-4 {
color: #d6e8f5;
}
.color-5 {
color: #f5f8ff;
}

/* CSS Variables */
:root {
--color-1: #4e68c6;
--color-2: #5a8cd8;
--color-3: #6cc1e5;
--color-4: #d6e8f5;
--color-5: #f5f8ff;
}

Indigo Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e68c6, #5a8cd8, #6cc1e5, #d6e8f5, #f5f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e68c6, #5a8cd8, #6cc1e5, #d6e8f5, #f5f8ff);
}

Indigo Dream color palette created on .