CSS code for this palette
/* CSS */
.simple-pink {
color: #f5a3ae;
}
.laelia-pink {
color: #f6c6df;
}
.gentle-glow {
color: #f7e5bb;
}
.khaki-core {
color: #f9e3ae;
}
.ibis {
color: #f1b1c1;
}
/* CSS Variables */
:root {
--simple-pink:#f5a3ae;
--laelia-pink:#f6c6df;
--gentle-glow:#f7e5bb;
--khaki-core:#f9e3ae;
--ibis:#f1b1c1;
}