Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d6b7e1;
}
.wisteria {
color: #a67ccb;
}
.genestealer-purple {
color: #7c5fab;
}
.daisy-bush {
color: #5d3f8d;
}
.minsk {
color: #3a2b69;
}
/* CSS Variables */
:root {
--pretty-petunia:#d6b7e1;
--wisteria:#a67ccb;
--genestealer-purple:#7c5fab;
--daisy-bush:#5d3f8d;
--minsk:#3a2b69;
}