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: #0b1028;
}
.color-2 {
color: #1c2f69;
}
.color-3 {
color: #32539a;
}
.color-4 {
color: #5197cd;
}
.color-5 {
color: #8bbada;
}

/* CSS Variables */
:root {
--color-1: #0b1028;
--color-2: #1c2f69;
--color-3: #32539a;
--color-4: #5197cd;
--color-5: #8bbada;
}

Midnight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b1028, #1c2f69, #32539a, #5197cd, #8bbada);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b1028, #1c2f69, #32539a, #5197cd, #8bbada);
}

Similar color palettes

Scroll down to explore 1 Navy color palette

Midnight Reverie color palette created on .