Shades of Gray Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Gray palette
Shades of Gray color palette CSS
/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #4b4b49;
}
.color-3 {
color: #7a7a75;
}
.color-4 {
color: #b4b4a7;
}
.color-5 {
color: #dfdfd3;
}
/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #4b4b49;
--color-3: #7a7a75;
--color-4: #b4b4a7;
--color-5: #dfdfd3;
}
Shades of Gray background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #4b4b49, #7a7a75, #b4b4a7, #dfdfd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #4b4b49, #7a7a75, #b4b4a7, #dfdfd3);
}
Similar color palettes
Shades of Gray color palette created on .