All Palettes

Color Palette #bfbfbf, #a8a8a8, #878787, #6b6b6b, #4d4d4d

0%
0%
0%

CSS code for this palette

/* CSS */
.silver {
color: #bfbfbf;
}
.uniform-grey {
color: #a8a8a8;
}
.mithril {
color: #878787;
}
.boat-anchor {
color: #6b6b6b;
}
.thunder {
color: #4d4d4d;
}

/* CSS Variables */
:root {
--silver:#bfbfbf;
--uniform-grey:#a8a8a8;
--mithril:#878787;
--boat-anchor:#6b6b6b;
--thunder:#4d4d4d;
}

More palettes to explore