Color names in this palette
CSS code for this palette
/* CSS */
.bright-nori {
color: #2e5b29;
}
.tarmac-green {
color: #4b814b;
}
.lucerne {
color: #79be79;
}
.green-trance {
color: #a4d6a4;
}
.frosted-mint {
color: #e4f1e4;
}
/* CSS Variables */
:root {
--bright-nori:#2e5b29;
--tarmac-green:#4b814b;
--lucerne:#79be79;
--green-trance:#a4d6a4;
--frosted-mint:#e4f1e4;
}