CSS code for this palette
/* CSS */
.fussy-pink {
color: #e8a1be;
}
.laelia-pink {
color: #f6c6e1;
}
.sprouted {
color: #f2d58c;
}
.doughnut {
color: #f1a15b;
}
.ibis-wing {
color: #f58d7f;
}
/* CSS Variables */
:root {
--fussy-pink:#e8a1be;
--laelia-pink:#f6c6e1;
--sprouted:#f2d58c;
--doughnut:#f1a15b;
--ibis-wing:#f58d7f;
}