Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.noble-cause-purple {
color: #791d9a;
}
.liberal-lilac {
color: #9b58b6;
}
.mauve-mist {
color: #c49cd3;
}
.plum-point {
color: #d6bce1;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--noble-cause-purple:#791d9a;
--liberal-lilac:#9b58b6;
--mauve-mist:#c49cd3;
--plum-point:#d6bce1;
}