Color names in this palette
CSS code for this palette
/* CSS */
.deep-wisteria {
color: #4a3c77;
}
.just-a-fairytale {
color: #6a5b95;
}
.gentian {
color: #8e79af;
}
.autumn-wisteria {
color: #c8a5d9;
}
.maiden-of-the-mist {
color: #f1dae9;
}
/* CSS Variables */
:root {
--deep-wisteria:#4a3c77;
--just-a-fairytale:#6a5b95;
--gentian:#8e79af;
--autumn-wisteria:#c8a5d9;
--maiden-of-the-mist:#f1dae9;
}