Color names in this palette
CSS code for this palette
/* CSS */
.aged-moustache-grey {
color: #7d7d7d;
}
.palladium {
color: #b0b0b0;
}
.nervy-hue {
color: #d4c45e;
}
.farm-straw {
color: #d8b74b;
}
.bountiful-gold {
color: #e2c469;
}
/* CSS Variables */
:root {
--aged-moustache-grey:#7d7d7d;
--palladium:#b0b0b0;
--nervy-hue:#d4c45e;
--farm-straw:#d8b74b;
--bountiful-gold:#e2c469;
}