Midnight Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Reverie palette
Color Inspiration
Images that showcase this color palette in real designs
Download Midnight Reverie Color Palette (PNG)
Midnight Reverie color palette CSS
/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #3d3d6b;
}
.color-3 {
color: #6b6b9e;
}
.color-4 {
color: #b7a2d2;
}
.color-5 {
color: #e0c5e7;
}
/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #3d3d6b;
--color-3: #6b6b9e;
--color-4: #b7a2d2;
--color-5: #e0c5e7;
}
Midnight Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #3d3d6b, #6b6b9e, #b7a2d2, #e0c5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #3d3d6b, #6b6b9e, #b7a2d2, #e0c5e7);
}
Similar color palettes
Midnight Reverie color palette created on .