Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f5b2e3;
}
.rose-mallow {
color: #f5a3c7;
}
.unripe-strawberry {
color: #f78da9;
}
.rosy-pink {
color: #f7698c;
}
.fuchsia-felicity {
color: #f74b6d;
}
/* CSS Variables */
:root {
--hanami-pink:#f5b2e3;
--rose-mallow:#f5a3c7;
--unripe-strawberry:#f78da9;
--rosy-pink:#f7698c;
--fuchsia-felicity:#f74b6d;
}