Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d6b2e0;
}
.favorite-lavender {
color: #cfa3d7;
}
.lobby-lilac {
color: #a57db5;
}
.cleopatra-s-gown {
color: #7f4c8a;
}
.imperial {
color: #5e2b6e;
}
/* CSS Variables */
:root {
--pretty-petunia:#d6b2e0;
--favorite-lavender:#cfa3d7;
--lobby-lilac:#a57db5;
--cleopatra-s-gown:#7f4c8a;
--imperial:#5e2b6e;
}