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: #10092f;
}
.color-2 {
color: #241150;
}
.color-3 {
color: #341b79;
}
.color-4 {
color: #6126a1;
}
.color-5 {
color: #8346ce;
}

/* CSS Variables */
:root {
--color-1: #10092f;
--color-2: #241150;
--color-3: #341b79;
--color-4: #6126a1;
--color-5: #8346ce;
}

Midnight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10092f, #241150, #341b79, #6126a1, #8346ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10092f, #241150, #341b79, #6126a1, #8346ce);
}

Midnight Reverie color palette created on .