CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.gem-silica {
color: #76c6a1;
}
.menthol-kiss {
color: #a3e0d5;
}
.solaria {
color: #f6d78e;
}
.cheater {
color: #ebaf5c;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--gem-silica:#76c6a1;
--menthol-kiss:#a3e0d5;
--solaria:#f6d78e;
--cheater:#ebaf5c;
}