Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f6a7bb;
}
.sweetheart {
color: #f1c1d6;
}
.petal-poise {
color: #f7e3ee;
}
.pink-marshmallow {
color: #f6b6d1;
}
.blush-hour {
color: #ff6b93;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f6a7bb;
--sweetheart:#f1c1d6;
--petal-poise:#f7e3ee;
--pink-marshmallow:#f6b6d1;
--blush-hour:#ff6b93;
}