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: #1e1e3e;
}
.color-2 {
color: #3f3f6e;
}
.color-3 {
color: #6f6f9f;
}
.color-4 {
color: #a4a4b2;
}
.color-5 {
color: #d1d1e0;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3f3f6e;
--color-3: #6f6f9f;
--color-4: #a4a4b2;
--color-5: #d1d1e0;
}

Midnight Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3f3f6e, #6f6f9f, #a4a4b2, #d1d1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3f3f6e, #6f6f9f, #a4a4b2, #d1d1e0);
}

Similar color palettes

Midnight Dream color palette created on .