Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.uniform-grey {
color: #a8a8a8;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--uniform-grey:#a8a8a8;
--extraordinary-abundance-of-tinge:#e6e6e6;
}