Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f6bbc2;
}
.rose-mallow {
color: #f1a7c6;
}
.peony {
color: #e68e9e;
}
.peppermint-swirl {
color: #d65c7e;
}
.china-rose {
color: #aa4b6c;
}
/* CSS Variables */
:root {
--petals-unfolding:#f6bbc2;
--rose-mallow:#f1a7c6;
--peony:#e68e9e;
--peppermint-swirl:#d65c7e;
--china-rose:#aa4b6c;
}