CSS code for this palette
/* CSS */
.mellow-rose {
color: #daa7a4;
}
.fantastic-pink {
color: #e4c9cb;
}
.ibis {
color: #f1b1c1;
}
.curd {
color: #f7e3bb;
}
.moenkopi-soil {
color: #c9a492;
}
/* CSS Variables */
:root {
--mellow-rose:#daa7a4;
--fantastic-pink:#e4c9cb;
--ibis:#f1b1c1;
--curd:#f7e3bb;
--moenkopi-soil:#c9a492;
}