Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #e7b1df;
}
.violet-kiss {
color: #f1a7d3;
}
.cherry-blossom {
color: #f3bfd4;
}
.fresh-yellow {
color: #f9e190;
}
.sweetheart {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#e7b1df;
--violet-kiss:#f1a7d3;
--cherry-blossom:#f3bfd4;
--fresh-yellow:#f9e190;
--sweetheart:#f4c3d8;
}