Color names in this palette
CSS code for this palette
/* CSS */
.lemon-pound-cake {
color: #fddb91;
}
.zing {
color: #fcc17e;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.exuberance {
color: #d66000;
}
.beef-bourguignon {
color: #b34d00;
}
/* CSS Variables */
:root {
--lemon-pound-cake:#fddb91;
--zing:#fcc17e;
--university-of-tennessee-orange:#f57e00;
--exuberance:#d66000;
--beef-bourguignon:#b34d00;
}