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: #2a2928;
}
.color-2 {
color: #5c5957;
}
.color-3 {
color: #8b8884;
}
.color-4 {
color: #b7b0a4;
}
.color-5 {
color: #e0d2c7;
}
/* CSS Variables */
:root {
--color-1: #2a2928;
--color-2: #5c5957;
--color-3: #8b8884;
--color-4: #b7b0a4;
--color-5: #e0d2c7;
}
Midnight Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2928, #5c5957, #8b8884, #b7b0a4, #e0d2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2928, #5c5957, #8b8884, #b7b0a4, #e0d2c7);
}
Similar color palettes
Midnight Elegance color palette created on .