CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.prism-pink {
color: #f2a1bf;
}
.high-maintenance {
color: #d58bb6;
}
.wisteria {
color: #a77cbb;
}
.jubilee {
color: #7b5b9f;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--prism-pink:#f2a1bf;
--high-maintenance:#d58bb6;
--wisteria:#a77cbb;
--jubilee:#7b5b9f;
}