CSS code for this palette
/* CSS */
.blush-hour {
color: #ff708f;
}
.saira-red {
color: #ff9ebd;
}
.light-pink {
color: #ffd1e0;
}
.sweetly {
color: #ffe5f0;
}
.rosy-nectar {
color: #f5c7e5;
}
/* CSS Variables */
:root {
--blush-hour:#ff708f;
--saira-red:#ff9ebd;
--light-pink:#ffd1e0;
--sweetly:#ffe5f0;
--rosy-nectar:#f5c7e5;
}