Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
--moonshadow:#8d43ad;
}