CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.sweet-60 {
color: #f59eb1;
}
.april-blush {
color: #f5d1d9;
}
.bellini {
color: #f4c8ae;
}
.first-date {
color: #f4b19f;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--sweet-60:#f59eb1;
--april-blush:#f5d1d9;
--bellini:#f4c8ae;
--first-date:#f4b19f;
}