Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb8c6;
}
.rogue-pink {
color: #f8a5c3;
}
.pink-sherbet {
color: #f67e9a;
}
.watermelon-juice {
color: #f25f7f;
}
.eugenia-red {
color: #e53e68;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb8c6;
--rogue-pink:#f8a5c3;
--pink-sherbet:#f67e9a;
--watermelon-juice:#f25f7f;
--eugenia-red:#e53e68;
}