CSS code for this palette
/* CSS */
.sweet-60 {
color: #f59eae;
}
.miami-pink {
color: #f9c3da;
}
.white {
color: #ffffff;
}
.thimble-red {
color: #a25d8c;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--sweet-60:#f59eae;
--miami-pink:#f9c3da;
--white:#ffffff;
--thimble-red:#a25d8c;
--black:#000000;
}