Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f6a7bb;
}
.rosey-afterglow {
color: #fbc6d0;
}
.pink-touch {
color: #f9e2d7;
}
.white-chocolate {
color: #f0e2c7;
}
.avid-apricot {
color: #f3c5a0;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f6a7bb;
--rosey-afterglow:#fbc6d0;
--pink-touch:#f9e2d7;
--white-chocolate:#f0e2c7;
--avid-apricot:#f3c5a0;
}