Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.xanthic {
color: #f8e61b;
}
.pleasant-purple {
color: #8c3dae;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--xanthic:#f8e61b;
--pleasant-purple:#8c3dae;
--olympic-blue:#4b91e2;
}