Color names in this palette
CSS code for this palette
/* CSS */
.ficus-elastica {
color: #005c31;
}
.forestial {
color: #007a33;
}
.green-revolution {
color: #009e3d;
}
.charming-nature {
color: #19b34a;
}
.acid-sleazebag {
color: #51bd75;
}
/* CSS Variables */
:root {
--ficus-elastica:#005c31;
--forestial:#007a33;
--green-revolution:#009e3d;
--charming-nature:#19b34a;
--acid-sleazebag:#51bd75;
}