CSS code for this palette
/* CSS */
.ibis {
color: #f2b1c0;
}
.think-pink {
color: #e6a3bf;
}
.dusty-pink {
color: #d58b98;
}
.treasure {
color: #e7d07e;
}
.rayo-de-sol {
color: #f3c558;
}
/* CSS Variables */
:root {
--ibis:#f2b1c0;
--think-pink:#e6a3bf;
--dusty-pink:#d58b98;
--treasure:#e7d07e;
--rayo-de-sol:#f3c558;
}