Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3d99;
}
.genestealer-purple {
color: #7b5bae;
}
.wisteria {
color: #ae7cc5;
}
.herb-robert {
color: #d6a3e0;
}
.purple-s-baby-sister {
color: #f0c1ed;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3d99;
--genestealer-purple:#7b5bae;
--wisteria:#ae7cc5;
--herb-robert:#d6a3e0;
--purple-s-baby-sister:#f0c1ed;
}