Color names in this palette
CSS code for this palette
/* CSS */
.wild-violet {
color: #681b98;
}
.moth-orchid {
color: #d6006f;
}
.flush-orange {
color: #ff6e00;
}
.honey-wax {
color: #f9a824;
}
.yellow-green-grosbeak {
color: #c2cc33;
}
/* CSS Variables */
:root {
--wild-violet:#681b98;
--moth-orchid:#d6006f;
--flush-orange:#ff6e00;
--honey-wax:#f9a824;
--yellow-green-grosbeak:#c2cc33;
}