Midnight Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Elegance palette
Midnight Elegance color palette CSS
/* CSS */
.color-1 {
color: #1b202d;
}
.color-2 {
color: #3a496e;
}
.color-3 {
color: #5c7093;
}
.color-4 {
color: #8c9cba;
}
.color-5 {
color: #f0b57a;
}
/* CSS Variables */
:root {
--color-1: #1b202d;
--color-2: #3a496e;
--color-3: #5c7093;
--color-4: #8c9cba;
--color-5: #f0b57a;
}
Midnight Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b202d, #3a496e, #5c7093, #8c9cba, #f0b57a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b202d, #3a496e, #5c7093, #8c9cba, #f0b57a);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Midnight Elegance color palette created on .