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;
}
.snowflake {
color: #f0f0f0;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--uniform-grey:#a8a8a8;
--snowflake:#f0f0f0;
}