Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f7c0d6;
}
.rose-mallow {
color: #f2a6c4;
}
.melon-mist {
color: #ee7c93;
}
.peppermint-swirl {
color: #d65c7e;
}
.plush-purple {
color: #5b4b5d;
}
/* CSS Variables */
:root {
--cherry-blossom:#f7c0d6;
--rose-mallow:#f2a6c4;
--melon-mist:#ee7c93;
--peppermint-swirl:#d65c7e;
--plush-purple:#5b4b5d;
}