Color names in this palette
CSS code for this palette
/* CSS */
.mana-tree {
color: #507a43;
}
.bermudagrass {
color: #69bf74;
}
.eerie-glow {
color: #a7d7b8;
}
.toxic-latte {
color: #e1f9e9;
}
.saline-water {
color: #c5e7e7;
}
/* CSS Variables */
:root {
--mana-tree:#507a43;
--bermudagrass:#69bf74;
--eerie-glow:#a7d7b8;
--toxic-latte:#e1f9e9;
--saline-water:#c5e7e7;
}