CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.ibis {
color: #f6b6c1;
}
.pink-fit {
color: #f8a5b4;
}
.poppy-petal {
color: #f99d8b;
}
.sandy-brown {
color: #f7a65e;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--ibis:#f6b6c1;
--pink-fit:#f8a5b4;
--poppy-petal:#f99d8b;
--sandy-brown:#f7a65e;
}