Color names in this palette
CSS code for this palette
/* CSS */
.succinct-violet {
color: #4e3c6d;
}
.just-a-fairytale {
color: #6f5b95;
}
.wisteria {
color: #a57cbb;
}
.think-pink {
color: #e5a4c2;
}
.candy-cane {
color: #f8bfc3;
}
/* CSS Variables */
:root {
--succinct-violet:#4e3c6d;
--just-a-fairytale:#6f5b95;
--wisteria:#a57cbb;
--think-pink:#e5a4c2;
--candy-cane:#f8bfc3;
}