Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.black-liquorice {
color: #3b3b3b;
}
.shadow-mountain {
color: #595959;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--black-liquorice:#3b3b3b;
--shadow-mountain:#595959;
--aged-moustache-grey:#7d7d7d;
--artificial-intelligence-grey:#a1a1a1;
}