Color names in this palette
CSS code for this palette
/* CSS */
.flower-spell {
color: #fec8d8;
}
.lavender-candy {
color: #fbb1d9;
}
.violet-kiss {
color: #f59ece;
}
.shark-bait {
color: #f26e9c;
}
.pink-punch {
color: #d24b74;
}
/* CSS Variables */
:root {
--flower-spell:#fec8d8;
--lavender-candy:#fbb1d9;
--violet-kiss:#f59ece;
--shark-bait:#f26e9c;
--pink-punch:#d24b74;
}