Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.fortress-grey {
color: #b8b8b8;
}
.snowflake {
color: #f0f0f0;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--fortress-grey:#b8b8b8;
--snowflake:#f0f0f0;
}