Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f7c8bb;
}
.prosecco {
color: #f8d3a5;
}
.blended-fruit {
color: #f8e2a5;
}
.yellow-chalk {
color: #f3f7b1;
}
.ice-cube {
color: #afe4d7;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f7c8bb;
--prosecco:#f8d3a5;
--blended-fruit:#f8e2a5;
--yellow-chalk:#f3f7b1;
--ice-cube:#afe4d7;
}