CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.allspice {
color: #f9caa9;
}
.pink-fit {
color: #f7a6b3;
}
.embarrassed {
color: #f47b99;
}
.carmine-rose {
color: #e65b8e;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--allspice:#f9caa9;
--pink-fit:#f7a6b3;
--embarrassed:#f47b99;
--carmine-rose:#e65b8e;
}