CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.bay {
color: #b1e2d4;
}
.afghan-hound {
color: #e2d8b6;
}
.aspen-yellow {
color: #f8e0a0;
}
.peach-pink {
color: #ff998a;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--bay:#b1e2d4;
--afghan-hound:#e2d8b6;
--aspen-yellow:#f8e0a0;
--peach-pink:#ff998a;
}