Color names in this palette
CSS code for this palette
/* CSS */
.verdant-oasis {
color: #5abf6b;
}
.canton-jade {
color: #b9e4c8;
}
.chiffon {
color: #f4f7bb;
}
.squash-blossom {
color: #fbb23c;
}
.university-of-tennessee-orange {
color: #f57e00;
}
/* CSS Variables */
:root {
--verdant-oasis:#5abf6b;
--canton-jade:#b9e4c8;
--chiffon:#f4f7bb;
--squash-blossom:#fbb23c;
--university-of-tennessee-orange:#f57e00;
}