Midnight Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Serenade palette
Midnight Serenade color palette CSS
/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #404c54;
}
.color-3 {
color: #5c6b75;
}
.color-4 {
color: #a5c4d4;
}
.color-5 {
color: #dae4e7;
}
/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #404c54;
--color-3: #5c6b75;
--color-4: #a5c4d4;
--color-5: #dae4e7;
}
Midnight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #404c54, #5c6b75, #a5c4d4, #dae4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #404c54, #5c6b75, #a5c4d4, #dae4e7);
}
Similar color palettes
Midnight Serenade color palette created on .