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: #b7b3a4;
}
.color-2 {
color: #445c6f;
}
.color-3 {
color: #422430;
}
.color-4 {
color: #2a1e25;
}
.color-5 {
color: #0b1c47;
}

/* CSS Variables */
:root {
--color-1: #b7b3a4;
--color-2: #445c6f;
--color-3: #422430;
--color-4: #2a1e25;
--color-5: #0b1c47;
}

Midnight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7b3a4, #445c6f, #422430, #2a1e25, #0b1c47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7b3a4, #445c6f, #422430, #2a1e25, #0b1c47);
}

Midnight Reverie color palette created on .