Color names in this palette
CSS code for this palette
/* CSS */
.cherry-flower {
color: #f8d8e9;
}
.fulgrim-pink {
color: #f2b1d2;
}
.chewing-gum-pink {
color: #e88db6;
}
.flirty-rose {
color: #d55d93;
}
.magenta-haze {
color: #a74973;
}
/* CSS Variables */
:root {
--cherry-flower:#f8d8e9;
--fulgrim-pink:#f2b1d2;
--chewing-gum-pink:#e88db6;
--flirty-rose:#d55d93;
--magenta-haze:#a74973;
}