Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.two-peas-in-a-pod {
color: #9ccf54;
}
.dull-yellow {
color: #f1df5b;
}
.flare {
color: #f8b14f;
}
.sweet-mandarin {
color: #d45e3a;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--two-peas-in-a-pod:#9ccf54;
--dull-yellow:#f1df5b;
--flare:#f8b14f;
--sweet-mandarin:#d45e3a;
}