All Palettes

Color Palette #bfbfbf, #8c8c8c, #595959, #d4d4d4, #a8a8a8

0%
0%
0%

CSS code for this palette

/* CSS */
.silver {
color: #bfbfbf;
}
.more-than-a-week {
color: #8c8c8c;
}
.shadow-mountain {
color: #595959;
}
.disco-ball {
color: #d4d4d4;
}
.uniform-grey {
color: #a8a8a8;
}

/* CSS Variables */
:root {
--silver:#bfbfbf;
--more-than-a-week:#8c8c8c;
--shadow-mountain:#595959;
--disco-ball:#d4d4d4;
--uniform-grey:#a8a8a8;
}

More palettes to explore