Color names in this palette
CSS code for this palette
/* CSS */
.corn {
color: #f9e75d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.mango {
color: #faaa29;
}
.quince-jelly {
color: #f98d2f;
}
.university-of-tennessee-orange {
color: #f57e00;
}
/* CSS Variables */
:root {
--corn:#f9e75d;
--creamy-sweet-corn:#f9c54e;
--mango:#faaa29;
--quince-jelly:#f98d2f;
--university-of-tennessee-orange:#f57e00;
}