Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.french-market {
color: #a4c3a2;
}
.lighthouse-glow {
color: #f9d36c;
}
.orange-gluttony {
color: #e77e23;
}
.iridescent-red {
color: #c84c5c;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--french-market:#a4c3a2;
--lighthouse-glow:#f9d36c;
--orange-gluttony:#e77e23;
--iridescent-red:#c84c5c;
}