Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f1c6d0;
}
.fresh-on-the-market {
color: #f8a5b7;
}
.out-of-fashion {
color: #f46c8c;
}
.ibis-rose {
color: #c75c8c;
}
.fuchsia-flock {
color: #a7446d;
}
/* CSS Variables */
:root {
--in-the-pink:#f1c6d0;
--fresh-on-the-market:#f8a5b7;
--out-of-fashion:#f46c8c;
--ibis-rose:#c75c8c;
--fuchsia-flock:#a7446d;
}