Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f8a5c3;
}
.sweetheart {
color: #f4c3d6;
}
.cherry-flower {
color: #f9d7e9;
}
.hanami-pink {
color: #f3a5e3;
}
.shark-bait {
color: #e85e9f;
}
/* CSS Variables */
:root {
--rogue-pink:#f8a5c3;
--sweetheart:#f4c3d6;
--cherry-flower:#f9d7e9;
--hanami-pink:#f3a5e3;
--shark-bait:#e85e9f;
}