CSS code for this palette
/* CSS */
.curd {
color: #f8e1b9;
}
.first-date {
color: #f5b4a3;
}
.fruit-shake {
color: #f19b8e;
}
.peach-blossom {
color: #d77986;
}
.rose-bud {
color: #b55e9a;
}
/* CSS Variables */
:root {
--curd:#f8e1b9;
--first-date:#f5b4a3;
--fruit-shake:#f19b8e;
--peach-blossom:#d77986;
--rose-bud:#b55e9a;
}