Color names in this palette
CSS code for this palette
/* CSS */
.mana-tree {
color: #507a43;
}
.primo {
color: #7abf69;
}
.green-trance {
color: #a1d9a5;
}
.garden-shed {
color: #d8eeda;
}
.frosted-mint {
color: #e4f1e4;
}
/* CSS Variables */
:root {
--mana-tree:#507a43;
--primo:#7abf69;
--green-trance:#a1d9a5;
--garden-shed:#d8eeda;
--frosted-mint:#e4f1e4;
}