Color names in this palette
CSS code for this palette
/* CSS */
.lazy-daisy {
color: #f9eba4;
}
.syndicalist {
color: #f5c400;
}
.mad-for-mango {
color: #f59f00;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.cigarette-glow {
color: #f05400;
}
/* CSS Variables */
:root {
--lazy-daisy:#f9eba4;
--syndicalist:#f5c400;
--mad-for-mango:#f59f00;
--university-of-tennessee-orange:#f57a00;
--cigarette-glow:#f05400;
}