Color names in this palette
CSS code for this palette
/* CSS */
.lime-it-or-leave-it {
color: #8daa4b;
}
.chamomile {
color: #e1c698;
}
.mad-for-mango {
color: #f5a300;
}
.sweet-mandarin {
color: #d66038;
}
.coppery-orange {
color: #7d4031;
}
/* CSS Variables */
:root {
--lime-it-or-leave-it:#8daa4b;
--chamomile:#e1c698;
--mad-for-mango:#f5a300;
--sweet-mandarin:#d66038;
--coppery-orange:#7d4031;
}