Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a3af;
}
.rosey-afterglow {
color: #f9c8d1;
}
.be-mine {
color: #f2e3e8;
}
.magnolia-spray {
color: #f7e6ca;
}
.mandys-pink {
color: #f4b79f;
}
/* CSS Variables */
:root {
--pink-fit:#f5a3af;
--rosey-afterglow:#f9c8d1;
--be-mine:#f2e3e8;
--magnolia-spray:#f7e6ca;
--mandys-pink:#f4b79f;
}