Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1f8bef;
}
.american-yellow {
color: #f5b400;
}
.sun-orange {
color: #f47b1f;
}
.mellow-melon {
color: #e92063;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--karimun-blue:#1f8bef;
--american-yellow:#f5b400;
--sun-orange:#f47b1f;
--mellow-melon:#e92063;
--moonshadow:#8d43ad;
}