Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f6a7bc;
}
.pink-marshmallow {
color: #f4b8d4;
}
.rosy-nectar {
color: #f2c5df;
}
.pink-sea-salt {
color: #f6d8cb;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f6a7bc;
--pink-marshmallow:#f4b8d4;
--rosy-nectar:#f2c5df;
--pink-sea-salt:#f6d8cb;
--banana-yogurt:#f9e8b4;
}