Midnight Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Dream palette

Share this palette to:

Midnight Dream color palette CSS

/* CSS */
.color-1 {
color: #f0f2ff;
}
.color-2 {
color: #8d9ac4;
}
.color-3 {
color: #6e5d98;
}
.color-4 {
color: #4e4a8c;
}
.color-5 {
color: #2b4b73;
}

/* CSS Variables */
:root {
--color-1: #f0f2ff;
--color-2: #8d9ac4;
--color-3: #6e5d98;
--color-4: #4e4a8c;
--color-5: #2b4b73;
}

Midnight Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f2ff, #8d9ac4, #6e5d98, #4e4a8c, #2b4b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f2ff, #8d9ac4, #6e5d98, #4e4a8c, #2b4b73);
}

Midnight Dream color palette created on .