Color names in this palette
CSS code for this palette
/* CSS */
.mana-tree {
color: #4f7d3f;
}
.olivine {
color: #9cbf6e;
}
.force-of-nature {
color: #d3ca6f;
}
.roasted-squash {
color: #e7a355;
}
.peanut-butter-jelly {
color: #c94c26;
}
/* CSS Variables */
:root {
--mana-tree:#4f7d3f;
--olivine:#9cbf6e;
--force-of-nature:#d3ca6f;
--roasted-squash:#e7a355;
--peanut-butter-jelly:#c94c26;
}