Color names in this palette
CSS code for this palette
/* CSS */
.cherry-flower {
color: #f8d8e9;
}
.pink-marshmallow {
color: #f4b8d4;
}
.be-my-valentine {
color: #f09ec3;
}
.chewing-gum-pink {
color: #e68eb9;
}
.wild-orchid {
color: #d67aa1;
}
/* CSS Variables */
:root {
--cherry-flower:#f8d8e9;
--pink-marshmallow:#f4b8d4;
--be-my-valentine:#f09ec3;
--chewing-gum-pink:#e68eb9;
--wild-orchid:#d67aa1;
}