Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a6d85a;
}
.fiji-palm {
color: #4c8b3c;
}
.sunshine-mellow {
color: #f4c210;
}
.orange-gluttony {
color: #e77e23;
}
.warming-heart {
color: #d34d3c;
}
/* CSS Variables */
:root {
--lime-lizard:#a6d85a;
--fiji-palm:#4c8b3c;
--sunshine-mellow:#f4c210;
--orange-gluttony:#e77e23;
--warming-heart:#d34d3c;
}