CSS code for this palette
/* CSS */
.dream-land {
color: #e9b4e7;
}
.alyssum {
color: #f1d5d7;
}
.meatbun {
color: #f8efd3;
}
.peach-damask {
color: #f6c4a7;
}
.iced-vovo {
color: #e1a3b3;
}
/* CSS Variables */
:root {
--dream-land:#e9b4e7;
--alyssum:#f1d5d7;
--meatbun:#f8efd3;
--peach-damask:#f6c4a7;
--iced-vovo:#e1a3b3;
}