Color names in this palette
CSS code for this palette
/* CSS */
.decor-yellow {
color: #f5bc00;
}
.mandarin-red {
color: #e74d3c;
}
.karimun-blue {
color: #1e9cf1;
}
.moonshadow {
color: #8d43ad;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--decor-yellow:#f5bc00;
--mandarin-red:#e74d3c;
--karimun-blue:#1e9cf1;
--moonshadow:#8d43ad;
--ufo-green:#2ecc70;
}