CSS code for this palette
/* CSS */
.sand-island {
color: #f4d3c3;
}
.ibis {
color: #f1b1c0;
}
.exotic-lilac {
color: #d39cb4;
}
.solid-pink {
color: #c88998;
}
.rose-gold {
color: #b76c7a;
}
/* CSS Variables */
:root {
--sand-island:#f4d3c3;
--ibis:#f1b1c0;
--exotic-lilac:#d39cb4;
--solid-pink:#c88998;
--rose-gold:#b76c7a;
}