Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.pink-marshmallow {
color: #f5b7d1;
}
.cherry-blossom {
color: #f6c1d7;
}
.poetic-princess {
color: #f8e2e6;
}
.miami-pink {
color: #f9c3d8;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--pink-marshmallow:#f5b7d1;
--cherry-blossom:#f6c1d7;
--poetic-princess:#f8e2e6;
--miami-pink:#f9c3d8;
}