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