CSS code for this palette
/* CSS */
.ibis {
color: #f2b1c0;
}
.pink-fit {
color: #f6a7b2;
}
.sunset-peach {
color: #f7a67e;
}
.go-bananas {
color: #f7ca50;
}
.sorreno-lemon {
color: #f0d25c;
}
/* CSS Variables */
:root {
--ibis:#f2b1c0;
--pink-fit:#f6a7b2;
--sunset-peach:#f7a67e;
--go-bananas:#f7ca50;
--sorreno-lemon:#f0d25c;
}