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: #1e1a3d;
}
.color-2 {
color: #3b2b6e;
}
.color-3 {
color: #5c4b8b;
}
.color-4 {
color: #9e6b9e;
}
.color-5 {
color: #e39cb9;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #3b2b6e;
--color-3: #5c4b8b;
--color-4: #9e6b9e;
--color-5: #e39cb9;
}

Midnight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #3b2b6e, #5c4b8b, #9e6b9e, #e39cb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #3b2b6e, #5c4b8b, #9e6b9e, #e39cb9);
}

Midnight Reverie color palette created on .