Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d5a5e9;
}
.lightish-purple {
color: #a24fde;
}
.deep-amethyst {
color: #5c2f89;
}
.prickly-purple {
color: #a25eba;
}
.plum-juice {
color: #dfa4d6;
}
/* CSS Variables */
:root {
--bright-ube:#d5a5e9;
--lightish-purple:#a24fde;
--deep-amethyst:#5c2f89;
--prickly-purple:#a25eba;
--plum-juice:#dfa4d6;
}