CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.sweetheart {
color: #f4c3d6;
}
.pink-lily {
color: #f9d2e5;
}
.pink-fit {
color: #f6a2b3;
}
.carnation {
color: #f57a91;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--sweetheart:#f4c3d6;
--pink-lily:#f9d2e5;
--pink-fit:#f6a2b3;
--carnation:#f57a91;
}