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: #1f1f70;
}
.color-2 {
color: #4b4b91;
}
.color-3 {
color: #7d7db5;
}
.color-4 {
color: #c2c2e0;
}
.color-5 {
color: #f5f5ff;
}
/* CSS Variables */
:root {
--color-1: #1f1f70;
--color-2: #4b4b91;
--color-3: #7d7db5;
--color-4: #c2c2e0;
--color-5: #f5f5ff;
}
Midnight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f70, #4b4b91, #7d7db5, #c2c2e0, #f5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f70, #4b4b91, #7d7db5, #c2c2e0, #f5f5ff);
}
Similar color palettes
Midnight Serenade color palette created on .