Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f8a5ba;
}
.in-the-pink {
color: #f3c4d3;
}
.dwindling-damon {
color: #f0e0e7;
}
.pink-lavender {
color: #d7b2c9;
}
.seascape-green {
color: #b4e3e4;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f8a5ba;
--in-the-pink:#f3c4d3;
--dwindling-damon:#f0e0e7;
--pink-lavender:#d7b2c9;
--seascape-green:#b4e3e4;
}