Color names in this palette
CSS code for this palette
/* CSS */
.greenblack {
color: #36393a;
}
.mostly-metal {
color: #585d5f;
}
.tarnished-silver {
color: #7a7c7f;
}
.ironbreaker-metal {
color: #a2a7a9;
}
.foil {
color: #c0c2c4;
}
/* CSS Variables */
:root {
--greenblack:#36393a;
--mostly-metal:#585d5f;
--tarnished-silver:#7a7c7f;
--ironbreaker-metal:#a2a7a9;
--foil:#c0c2c4;
}