Color names in this palette
CSS code for this palette
/* CSS */
.lavish-spending {
color: #896ab4;
}
.violet-velvet {
color: #b2a1d9;
}
.sheer-lavender {
color: #f1e1f4;
}
.pretty-in-pink {
color: #f6c1e6;
}
.girl-power {
color: #d68fcf;
}
/* CSS Variables */
:root {
--lavish-spending:#896ab4;
--violet-velvet:#b2a1d9;
--sheer-lavender:#f1e1f4;
--pretty-in-pink:#f6c1e6;
--girl-power:#d68fcf;
}