Color names in this palette
CSS code for this palette
/* CSS */
.royal-star {
color: #f9e053;
}
.blue-angels-yellow {
color: #fab700;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.torii-red {
color: #d64000;
}
.heartbeat {
color: #a80000;
}
/* CSS Variables */
:root {
--royal-star:#f9e053;
--blue-angels-yellow:#fab700;
--university-of-tennessee-orange:#f57e00;
--torii-red:#d64000;
--heartbeat:#a80000;
}