CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.lolly {
color: #ff9c8f;
}
.coral-beach {
color: #ffbaa8;
}
.milky-maize {
color: #f7d9a1;
}
.rose-sugar {
color: #f9e6e7;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--lolly:#ff9c8f;
--coral-beach:#ffbaa8;
--milky-maize:#f7d9a1;
--rose-sugar:#f9e6e7;
}