CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8c3b;
}
.boring-green {
color: #66a96b;
}
.frost-gum {
color: #8ccfa0;
}
.flame-seal {
color: #f3e658;
}
.jaffa {
color: #e57a48;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8c3b;
--boring-green:#66a96b;
--frost-gum:#8ccfa0;
--flame-seal:#f3e658;
--jaffa:#e57a48;
}