CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.pink-beach {
color: #f6c1a7;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.tear {
color: #b3d8e0;
}
.seaborne {
color: #7da3c5;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--pink-beach:#f6c1a7;
--bad-moon-yellow:#f2e5b5;
--tear:#b3d8e0;
--seaborne:#7da3c5;
}