Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.star-sapphire {
color: #3b6aa0;
}
.disembark {
color: #5bb4d7;
}
.syndicalist {
color: #f5c400;
}
.university-of-tennessee-orange {
color: #f57a00;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--star-sapphire:#3b6aa0;
--disembark:#5bb4d7;
--syndicalist:#f5c400;
--university-of-tennessee-orange:#f57a00;
}