Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.dark-souls {
color: #a3a3a3;
}
.lynx-white {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--dark-souls:#a3a3a3;
--lynx-white:#f7f7f7;
}