Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f3bfd4;
}
.fresh-on-the-market {
color: #f9a9b6;
}
.xoxo {
color: #f57f95;
}
.peppermint-swirl {
color: #d05d7c;
}
.glazed-raspberry {
color: #a84863;
}
/* CSS Variables */
:root {
--cherry-blossom:#f3bfd4;
--fresh-on-the-market:#f9a9b6;
--xoxo:#f57f95;
--peppermint-swirl:#d05d7c;
--glazed-raspberry:#a84863;
}