Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.moonshadow {
color: #8d43ad;
}
.mandarin-red {
color: #e74d3c;
}
.sunshine-mellow {
color: #f1c40e;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--moonshadow:#8d43ad;
--mandarin-red:#e74d3c;
--sunshine-mellow:#f1c40e;
--ufo-green:#2ecc70;
}