Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.dark-souls {
color: #a3a3a3;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--black:#000000;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--dark-souls:#a3a3a3;
--bleached-silk:#f2f2f2;
}