Color names in this palette
CSS code for this palette
/* CSS */
.aged-moustache-grey {
color: #7d7d7d;
}
.shadowed-steel {
color: #4a4a4a;
}
.palladium {
color: #b0b0b0;
}
.fortune-cookie {
color: #e0c5a3;
}
.rhubarb-smoothie {
color: #8c4a4a;
}
/* CSS Variables */
:root {
--aged-moustache-grey:#7d7d7d;
--shadowed-steel:#4a4a4a;
--palladium:#b0b0b0;
--fortune-cookie:#e0c5a3;
--rhubarb-smoothie:#8c4a4a;
}