CSS code for this palette
/* CSS */
.american-blue {
color: #403d6c;
}
.iris {
color: #5a4fcf;
}
.purple-anemone {
color: #8a6bfa;
}
.shy-moment {
color: #b19eff;
}
.mauve {
color: #e2b3ff;
}
/* CSS Variables */
:root {
--american-blue:#403d6c;
--iris:#5a4fcf;
--purple-anemone:#8a6bfa;
--shy-moment:#b19eff;
--mauve:#e2b3ff;
}