CSS code for this palette
/* CSS */
.sweetheart {
color: #f3c4d5;
}
.cupid {
color: #f7b0c3;
}
.flower-girl {
color: #f79cad;
}
.carnation {
color: #fb7e93;
}
.dubarry {
color: #f55b68;
}
/* CSS Variables */
:root {
--sweetheart:#f3c4d5;
--cupid:#f7b0c3;
--flower-girl:#f79cad;
--carnation:#fb7e93;
--dubarry:#f55b68;
}