Color names in this palette
CSS code for this palette
/* CSS */
.ashton-blue {
color: #4a7cba;
}
.blue-jeans {
color: #5db1e5;
}
.wake-me-up {
color: #f8d559;
}
.dodgeroll-gold {
color: #f39c12;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--ashton-blue:#4a7cba;
--blue-jeans:#5db1e5;
--wake-me-up:#f8d559;
--dodgeroll-gold:#f39c12;
--tenn:#d15400;
}