Color names in this palette
CSS code for this palette
/* CSS */
.wild-sage {
color: #7b8a7d;
}
.growing-season {
color: #c3cfaf;
}
.menoth-white-base {
color: #f1e6b7;
}
.royal-gold-pearl {
color: #d3a64a;
}
.chestnut-stallion {
color: #9c5b3a;
}
/* CSS Variables */
:root {
--wild-sage:#7b8a7d;
--growing-season:#c3cfaf;
--menoth-white-base:#f1e6b7;
--royal-gold-pearl:#d3a64a;
--chestnut-stallion:#9c5b3a;
}