Gray Midnight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gray Midnight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Gray Midnight Color Palette (PNG)
Gray Midnight color palette CSS
/* CSS */
.color-1 {
color: #3c3e44;
}
.color-2 {
color: #5b5d62;
}
.color-3 {
color: #7d8082;
}
.color-4 {
color: #aaabb1;
}
.color-5 {
color: #d5d7dc;
}
/* CSS Variables */
:root {
--color-1: #3c3e44;
--color-2: #5b5d62;
--color-3: #7d8082;
--color-4: #aaabb1;
--color-5: #d5d7dc;
}
Gray Midnight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3e44, #5b5d62, #7d8082, #aaabb1, #d5d7dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3e44, #5b5d62, #7d8082, #aaabb1, #d5d7dc);
}
Similar color palettes
Gray Midnight color palette created on .