Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f9c3d5;
}
.rose-mallow {
color: #f5a8c7;
}
.fruity-licious {
color: #f78d92;
}
.breeze-of-chilli {
color: #f7706e;
}
.jinzamomi-pink {
color: #f76759;
}
/* CSS Variables */
:root {
--cherry-blossom:#f9c3d5;
--rose-mallow:#f5a8c7;
--fruity-licious:#f78d92;
--breeze-of-chilli:#f7706e;
--jinzamomi-pink:#f76759;
}