Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.vitamin-c {
color: #ff9900;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.akuma {
color: #d33131;
}
.bright-rose {
color: #c3185d;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--vitamin-c:#ff9900;
--university-of-tennessee-orange:#f57a00;
--akuma:#d33131;
--bright-rose:#c3185d;
}