Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c7;
}
.little-baby-girl {
color: #f8b9d7;
}
.pretty-in-pink {
color: #f9c3e5;
}
.cherry-flower {
color: #f9d7e9;
}
.first-crush {
color: #f7e3eb;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c7;
--little-baby-girl:#f8b9d7;
--pretty-in-pink:#f9c3e5;
--cherry-flower:#f9d7e9;
--first-crush:#f7e3eb;
}