Shades of Grey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Grey palette
Shades of Grey color palette CSS
/* CSS */
.color-1 {
color: #b8b8b8;
}
.color-2 {
color: #a1a1a1;
}
.color-3 {
color: #8c8c8c;
}
.color-4 {
color: #707070;
}
.color-5 {
color: #3d3d3d;
}
/* CSS Variables */
:root {
--color-1: #b8b8b8;
--color-2: #a1a1a1;
--color-3: #8c8c8c;
--color-4: #707070;
--color-5: #3d3d3d;
}
Shades of Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8b8b8, #a1a1a1, #8c8c8c, #707070, #3d3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8b8b8, #a1a1a1, #8c8c8c, #707070, #3d3d3d);
}
Similar color palettes
Scroll down to explore 200+ Gray color palettes
Shades of Grey color palette created on .