CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c4d1;
}
.trapunto {
color: #f6e9b6;
}
.clean-air {
color: #d7e1b7;
}
.island-light {
color: #a6c7e8;
}
.gumball {
color: #e8b5d3;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c4d1;
--trapunto:#f6e9b6;
--clean-air:#d7e1b7;
--island-light:#a6c7e8;
--gumball:#e8b5d3;
}