Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.burst-of-lime {
color: #a9d03e;
}
.flame-seal {
color: #f1e25b;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.spiced-up-orange {
color: #e97d35;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--burst-of-lime:#a9d03e;
--flame-seal:#f1e25b;
--salted-caramel-popcorn:#f9b14e;
--spiced-up-orange:#e97d35;
}