Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.butterscotch {
color: #f9b248;
}
.orangish {
color: #f98f48;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.crumbly-lipstick {
color: #f15bb5;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--butterscotch:#f9b248;
--orangish:#f98f48;
--university-of-tennessee-orange:#f57e00;
--crumbly-lipstick:#f15bb5;
}