Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.sour-candy {
color: #5bbf4a;
}
.tropical-light {
color: #9edc74;
}
.appetite {
color: #b1e6a3;
}
.lime-mist {
color: #e3f9ae;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--sour-candy:#5bbf4a;
--tropical-light:#9edc74;
--appetite:#b1e6a3;
--lime-mist:#e3f9ae;
}