Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.wild-violet {
color: #681b98;
}
.dogwood-rose {
color: #da1b61;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--wild-violet:#681b98;
--dogwood-rose:#da1b61;
--shocking-orange:#ff6d1f;
}