Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a3c7;
}
.sugarwinkle {
color: #f8c4e2;
}
.cherry-pearl {
color: #f9e6f2;
}
.fulgrim-pink {
color: #f5b2d0;
}
.amaranth-pink {
color: #f29cbb;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a3c7;
--sugarwinkle:#f8c4e2;
--cherry-pearl:#f9e6f2;
--fulgrim-pink:#f5b2d0;
--amaranth-pink:#f29cbb;
}