All Palettes

Color Palette #bfbfbf, #a3a3a3, #8c8c8c, #757575, #595959

0%
0%
0%

CSS code for this palette

/* CSS */
.silver {
color: #bfbfbf;
}
.dark-souls {
color: #a3a3a3;
}
.more-than-a-week {
color: #8c8c8c;
}
.sonic-silver {
color: #757575;
}
.shadow-mountain {
color: #595959;
}

/* CSS Variables */
:root {
--silver:#bfbfbf;
--dark-souls:#a3a3a3;
--more-than-a-week:#8c8c8c;
--sonic-silver:#757575;
--shadow-mountain:#595959;
}

More palettes to explore