All Palettes

Color Palette #bfbfbf, #a3a3a3, #7d7d7d, #545454, #2e2e2e

0%
0%
0%

CSS code for this palette

/* CSS */
.silver {
color: #bfbfbf;
}
.dark-souls {
color: #a3a3a3;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.brilliant-liquorice {
color: #545454;
}
.carbon-fiber {
color: #2e2e2e;
}

/* CSS Variables */
:root {
--silver:#bfbfbf;
--dark-souls:#a3a3a3;
--aged-moustache-grey:#7d7d7d;
--brilliant-liquorice:#545454;
--carbon-fiber:#2e2e2e;
}

More palettes to explore