Color names in this palette
CSS code for this palette
/* CSS */
.winter-time {
color: #3c8f9f;
}
.artesian-well {
color: #5cb2b2;
}
.aroma-blue {
color: #99d1d6;
}
.syndicalist {
color: #f5c400;
}
.university-of-tennessee-orange {
color: #f57e00;
}
/* CSS Variables */
:root {
--winter-time:#3c8f9f;
--artesian-well:#5cb2b2;
--aroma-blue:#99d1d6;
--syndicalist:#f5c400;
--university-of-tennessee-orange:#f57e00;
}