Color names in this palette
CSS code for this palette
/* CSS */
.conifer {
color: #b5e24b;
}
.banana-bombshell {
color: #f8eb2a;
}
.butter-cream {
color: #f1b341;
}
.orange-crush {
color: #ef782e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--conifer:#b5e24b;
--banana-bombshell:#f8eb2a;
--butter-cream:#f1b341;
--orange-crush:#ef782e;
--mandarin-red:#e74d3c;
}