Color names in this palette
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;
}