Color names in this palette
CSS code for this palette
/* CSS */
.mana-tree {
color: #507a43;
}
.iguana-green {
color: #6fbe73;
}
.eerie-glow {
color: #a7d7b7;
}
.bath-bubbles {
color: #e5f5eb;
}
.duck-egg-cream {
color: #c5e2d1;
}
/* CSS Variables */
:root {
--mana-tree:#507a43;
--iguana-green:#6fbe73;
--eerie-glow:#a7d7b7;
--bath-bubbles:#e5f5eb;
--duck-egg-cream:#c5e2d1;
}