Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.taurus-forest-fern {
color: #6fbf4f;
}
.snarky-mint {
color: #9bde7c;
}
.cymophane-yellow {
color: #f2e6a6;
}
.amber-glow {
color: #f1993b;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--taurus-forest-fern:#6fbf4f;
--snarky-mint:#9bde7c;
--cymophane-yellow:#f2e6a6;
--amber-glow:#f1993b;
}