Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.floral-leaf {
color: #ffb84d;
}
.mandarin-jelly {
color: #fa8900;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.nasturtium-flower {
color: #e64919;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--floral-leaf:#ffb84d;
--mandarin-jelly:#fa8900;
--university-of-tennessee-orange:#f57a00;
--nasturtium-flower:#e64919;
}