Midnight Nostalgia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Nostalgia palette
Midnight Nostalgia color palette CSS
/* CSS */
.color-1 {
color: #3c2b50;
}
.color-2 {
color: #5a4b72;
}
.color-3 {
color: #806a90;
}
.color-4 {
color: #a890bb;
}
.color-5 {
color: #c4a1d4;
}
/* CSS Variables */
:root {
--color-1: #3c2b50;
--color-2: #5a4b72;
--color-3: #806a90;
--color-4: #a890bb;
--color-5: #c4a1d4;
}
Midnight Nostalgia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2b50, #5a4b72, #806a90, #a890bb, #c4a1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2b50, #5a4b72, #806a90, #a890bb, #c4a1d4);
}
Similar color palettes
Midnight Nostalgia color palette created on .