CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.in-the-pink {
color: #f2c5d3;
}
.pink-pearl {
color: #eba8d1;
}
.gardenia {
color: #f1e7df;
}
.paw-paw {
color: #f9d59f;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--in-the-pink:#f2c5d3;
--pink-pearl:#eba8d1;
--gardenia:#f1e7df;
--paw-paw:#f9d59f;
}