Color names in this palette
CSS code for this palette
/* CSS */
.tufts-blue {
color: #407fbf;
}
.orange-bell-pepper {
color: #ff8b42;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orangeade {
color: #e05438;
}
.steel-teal {
color: #5b8b89;
}
/* CSS Variables */
:root {
--tufts-blue:#407fbf;
--orange-bell-pepper:#ff8b42;
--solar-plexus-chakra:#f1c84b;
--orangeade:#e05438;
--steel-teal:#5b8b89;
}