CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.ibis {
color: #f6b6c1;
}
.pale-coral {
color: #f1d1b6;
}
.crystal-yellow {
color: #e5d79f;
}
.sentinel {
color: #d0e1d4;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--ibis:#f6b6c1;
--pale-coral:#f1d1b6;
--crystal-yellow:#e5d79f;
--sentinel:#d0e1d4;
}