Color names in this palette
CSS code for this palette
/* CSS */
.deep-wisteria {
color: #4a3d76;
}
.just-a-fairytale {
color: #6f5b9a;
}
.lush-lilac {
color: #9c7cbb;
}
.pastel-lavender {
color: #d8a2c8;
}
.pretty-in-pink {
color: #f5c2e7;
}
/* CSS Variables */
:root {
--deep-wisteria:#4a3d76;
--just-a-fairytale:#6f5b9a;
--lush-lilac:#9c7cbb;
--pastel-lavender:#d8a2c8;
--pretty-in-pink:#f5c2e7;
}