Color names in this palette
CSS code for this palette
/* CSS */
.cabbage-blossom-violet {
color: #704d7a;
}
.juneberry {
color: #78599b;
}
.wild-lavender {
color: #a27c9f;
}
.cupid {
color: #f5b2c7;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--cabbage-blossom-violet:#704d7a;
--juneberry:#78599b;
--wild-lavender:#a27c9f;
--cupid:#f5b2c7;
--nacho:#ffcb5c;
}