Dark Grey Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Grey Tones palette
Dark Grey Tones color palette CSS
/* CSS */
.color-1 {
color: #4b4e53;
}
.color-2 {
color: #6c7075;
}
.color-3 {
color: #999ea3;
}
.color-4 {
color: #b7b8bd;
}
.color-5 {
color: #e0e1e5;
}
/* CSS Variables */
:root {
--color-1: #4b4e53;
--color-2: #6c7075;
--color-3: #999ea3;
--color-4: #b7b8bd;
--color-5: #e0e1e5;
}
Dark Grey Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4e53, #6c7075, #999ea3, #b7b8bd, #e0e1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4e53, #6c7075, #999ea3, #b7b8bd, #e0e1e5);
}
Similar color palettes
Scroll down to explore 200+ Gray color palettes
Dark Grey Tones color palette created on .