CSS code for this palette
/* CSS */
.algae {
color: #4fb067;
}
.fresh-oregano {
color: #4cae65;
}
.glen {
color: #4baf6e;
}
.esmeralda {
color: #3dbd79;
}
.greenish-teal {
color: #2fc186;
}
/* CSS Variables */
:root {
--algae:#4fb067;
--fresh-oregano:#4cae65;
--glen:#4baf6e;
--esmeralda:#3dbd79;
--greenish-teal:#2fc186;
}