Color names in this palette
CSS code for this palette
/* CSS */
.forestial {
color: #007a33;
}
.green-revolution {
color: #009945;
}
.pistou-green {
color: #00b859;
}
.brazilianite {
color: #31d85e;
}
.snarky-mint {
color: #a2e47c;
}
/* CSS Variables */
:root {
--forestial:#007a33;
--green-revolution:#009945;
--pistou-green:#00b859;
--brazilianite:#31d85e;
--snarky-mint:#a2e47c;
}