Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #402b50;
}
.magenta-violet {
color: #6b508b;
}
.lush-lilac {
color: #a07bbc;
}
.confectionary {
color: #d1b3d1;
}
.mission-courtyard {
color: #f3cfb4;
}
/* CSS Variables */
:root {
--jagger:#402b50;
--magenta-violet:#6b508b;
--lush-lilac:#a07bbc;
--confectionary:#d1b3d1;
--mission-courtyard:#f3cfb4;
}