Color names in this palette
CSS code for this palette
/* CSS */
.university-of-tennessee-orange {
color: #f57e00;
}
.n-renji-orange {
color: #fcc14a;
}
.lemon-tart {
color: #ffe066;
}
.lakeside-mist {
color: #d6f0f0;
}
.flickering-sea {
color: #4d6ef5;
}
/* CSS Variables */
:root {
--university-of-tennessee-orange:#f57e00;
--n-renji-orange:#fcc14a;
--lemon-tart:#ffe066;
--lakeside-mist:#d6f0f0;
--flickering-sea:#4d6ef5;
}