Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1e;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.tanami-desert {
color: #d3b15a;
}
.tandoori {
color: #b75c4e;
}
/* CSS Variables */
:root {
--umbra:#1f1f1e;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--tanami-desert:#d3b15a;
--tandoori:#b75c4e;
}