Color names in this palette
CSS code for this palette
/* CSS */
.velvet-cupcake {
color: #ad0564;
}
.pickled-pink {
color: #e03e7c;
}
.pink-chalk {
color: #f5a3b8;
}
.flower-spell {
color: #fbc6d8;
}
.light-pink {
color: #ffd1e0;
}
/* CSS Variables */
:root {
--velvet-cupcake:#ad0564;
--pickled-pink:#e03e7c;
--pink-chalk:#f5a3b8;
--flower-spell:#fbc6d8;
--light-pink:#ffd1e0;
}