Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.brainstem-grey {
color: #b5b5b5;
}
.unicorn-silver {
color: #e8e8e8;
}
/* CSS Variables */
:root {
--black:#000000;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--brainstem-grey:#b5b5b5;
--unicorn-silver:#e8e8e8;
}