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: #7b6dab;
}
.color-2 {
color: #4b8ae2;
}
.color-3 {
color: #1c1e2b;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #7b6dab;
--color-2: #4b8ae2;
--color-3: #1c1e2b;
--color-4: #f5f5f5;
--color-5: #8d43ad;
}

Midnight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b6dab, #4b8ae2, #1c1e2b, #f5f5f5, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b6dab, #4b8ae2, #1c1e2b, #f5f5f5, #8d43ad);
}

Midnight Reverie color palette created on .