CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d8;
}
.pink-fit {
color: #f2a6b0;
}
.plum-blossom {
color: #f09e9f;
}
.pink-chi {
color: #e68989;
}
.pinkish {
color: #d56c7f;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d8;
--pink-fit:#f2a6b0;
--plum-blossom:#f09e9f;
--pink-chi:#e68989;
--pinkish:#d56c7f;
}