Color names in this palette
CSS code for this palette
/* CSS */
.fun-green {
color: #106a39;
}
.st-patrick {
color: #2b884d;
}
.verdant-oasis {
color: #5fbf6d;
}
.grape-green {
color: #a4e3a1;
}
.snowy-mint {
color: #d3f7cf;
}
/* CSS Variables */
:root {
--fun-green:#106a39;
--st-patrick:#2b884d;
--verdant-oasis:#5fbf6d;
--grape-green:#a4e3a1;
--snowy-mint:#d3f7cf;
}