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: #3b2a5b;
}
.color-2 {
color: #5b4e8d;
}
.color-3 {
color: #927cc0;
}
.color-4 {
color: #b8a9e0;
}
.color-5 {
color: #e4d2f4;
}

/* CSS Variables */
:root {
--color-1: #3b2a5b;
--color-2: #5b4e8d;
--color-3: #927cc0;
--color-4: #b8a9e0;
--color-5: #e4d2f4;
}

Midnight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a5b, #5b4e8d, #927cc0, #b8a9e0, #e4d2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a5b, #5b4e8d, #927cc0, #b8a9e0, #e4d2f4);
}

Midnight Reverie color palette created on .