Color names in this palette
CSS code for this palette
/* CSS */
.mana-tree {
color: #507d3f;
}
.laudable-lime {
color: #90c068;
}
.cricket-field {
color: #c7d59f;
}
.pie-crust {
color: #f0d99e;
}
.tulip-tree {
color: #e5a83e;
}
/* CSS Variables */
:root {
--mana-tree:#507d3f;
--laudable-lime:#90c068;
--cricket-field:#c7d59f;
--pie-crust:#f0d99e;
--tulip-tree:#e5a83e;
}