Midnight Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Reverie palette

Share this palette to:

Midnight Reverie color palette CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3e3e60;
}
.color-3 {
color: #606080;
}
.color-4 {
color: #b4b4d9;
}
.color-5 {
color: #f0f0f5;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3e3e60;
--color-3: #606080;
--color-4: #b4b4d9;
--color-5: #f0f0f5;
}

Midnight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3e3e60, #606080, #b4b4d9, #f0f0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3e3e60, #606080, #b4b4d9, #f0f0f5);
}

Midnight Reverie color palette created on .