Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f9a9b6;
}
.fruit-bowl {
color: #fbc6d2;
}
.esprit-peach {
color: #ffc29e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.thistle {
color: #d8c0d8;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f9a9b6;
--fruit-bowl:#fbc6d2;
--esprit-peach:#ffc29e;
--grapefruit-pulp:#ff6e61;
--thistle:#d8c0d8;
}