CSS code for this palette
/* CSS */
.purple-balloon {
color: #5e5b8b;
}
.may-mist {
color: #a39fc6;
}
.wine-frost {
color: #e4d8e1;
}
.ibis {
color: #f2b5c0;
}
.swiss-chard {
color: #e2606d;
}
/* CSS Variables */
:root {
--purple-balloon:#5e5b8b;
--may-mist:#a39fc6;
--wine-frost:#e4d8e1;
--ibis:#f2b5c0;
--swiss-chard:#e2606d;
}