Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.fresh-green {
color: #6fcf4f;
}
.retro {
color: #9ae49e;
}
.sugar-cookie {
color: #f1e1a2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--fresh-green:#6fcf4f;
--retro:#9ae49e;
--sugar-cookie:#f1e1a2;
--blue-angels-yellow:#fab700;
}