Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.clouded-vision {
color: #d1d1d1;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--artificial-intelligence-grey:#a1a1a1;
--clouded-vision:#d1d1d1;
}