CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.just-blush {
color: #f9b6a4;
}
.momo-peach {
color: #f57a7c;
}
.melon-mist {
color: #eb7f93;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--just-blush:#f9b6a4;
--momo-peach:#f57a7c;
--melon-mist:#eb7f93;
--sugar-rush:#d85f9c;
}