CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.sweet-flag {
color: #69499c;
}
.durotar-fire {
color: #f05a28;
}
.lime-sherbet {
color: #c6d68f;
}
.ibis {
color: #f3afc0;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--sweet-flag:#69499c;
--durotar-fire:#f05a28;
--lime-sherbet:#c6d68f;
--ibis:#f3afc0;
}