Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.squash-blossom {
color: #f6b83c;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.capocollo {
color: #d8524b;
}
.plum-dust {
color: #a84d94;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--squash-blossom:#f6b83c;
--university-of-tennessee-orange:#f57e00;
--capocollo:#d8524b;
--plum-dust:#a84d94;
}