Color names in this palette
CSS code for this palette
/* CSS */
.candid-blue {
color: #6cc5e5;
}
.tanager-turquoise {
color: #92d9e8;
}
.azure-sky {
color: #b2e7f5;
}
.syndicalist {
color: #f5c400;
}
.university-of-tennessee-orange {
color: #f57e00;
}
/* CSS Variables */
:root {
--candid-blue:#6cc5e5;
--tanager-turquoise:#92d9e8;
--azure-sky:#b2e7f5;
--syndicalist:#f5c400;
--university-of-tennessee-orange:#f57e00;
}