Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d53f3f;
}
.sunshine-mellow {
color: #f1c40e;
}
.ufo-green {
color: #2ecc70;
}
.blue-damselfly {
color: #3398db;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--jasper:#d53f3f;
--sunshine-mellow:#f1c40e;
--ufo-green:#2ecc70;
--blue-damselfly:#3398db;
--moonshadow:#8d43ad;
}