Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.sweet-midori {
color: #a6c856;
}
.star-studded {
color: #f9ebae;
}
.energetic-orange {
color: #d4573a;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--sweet-midori:#a6c856;
--star-studded:#f9ebae;
--energetic-orange:#d4573a;
--polished-apple:#8c2b2b;
}