Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c7;
}
.pink-marshmallow {
color: #f4b8d4;
}
.sparkling-pink {
color: #f6d0e4;
}
.cherry-pearl {
color: #f9e7f3;
}
.sentimental-pink {
color: #f9f0f5;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c7;
--pink-marshmallow:#f4b8d4;
--sparkling-pink:#f6d0e4;
--cherry-pearl:#f9e7f3;
--sentimental-pink:#f9f0f5;
}