Color names in this palette
CSS code for this palette
/* CSS */
.tree-hugger {
color: #7b7b4c;
}
.hemp-tea {
color: #b2b25c;
}
.yuzukosh {
color: #dada4e;
}
.zucchini-flower {
color: #e8a84f;
}
.reikland {
color: #c86d4c;
}
/* CSS Variables */
:root {
--tree-hugger:#7b7b4c;
--hemp-tea:#b2b25c;
--yuzukosh:#dada4e;
--zucchini-flower:#e8a84f;
--reikland:#c86d4c;
}