Color names in this palette
CSS code for this palette
/* CSS */
.queer-purple {
color: #b47aff;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.ufo-green {
color: #2ecc70;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--queer-purple:#b47aff;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--ufo-green:#2ecc70;
--mandarin-red:#e74d3c;
}