CSS code for this palette
/* CSS */
.melt-ice {
color: #b5cae3;
}
.distant-horizon {
color: #f1f6f9;
}
.mauve {
color: #e0b3ff;
}
.bay {
color: #b1e2d2;
}
.antique-cameo {
color: #f2b8a1;
}
/* CSS Variables */
:root {
--melt-ice:#b5cae3;
--distant-horizon:#f1f6f9;
--mauve:#e0b3ff;
--bay:#b1e2d2;
--antique-cameo:#f2b8a1;
}