Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.turtle-green {
color: #6fbf4a;
}
.lime-lizard {
color: #a2d15c;
}
.apple-bob {
color: #d3e59f;
}
.rice-flower {
color: #eff8d3;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--turtle-green:#6fbf4a;
--lime-lizard:#a2d15c;
--apple-bob:#d3e59f;
--rice-flower:#eff8d3;
}