Color names in this palette
CSS code for this palette
/* CSS */
.genestealer-purple {
color: #7c5fb4;
}
.garden-pansy {
color: #a58db9;
}
.pretty-petunia {
color: #d2b8e5;
}
.minute-mauve {
color: #f3dff6;
}
.radiant-orchid {
color: #a85d9b;
}
/* CSS Variables */
:root {
--genestealer-purple:#7c5fb4;
--garden-pansy:#a58db9;
--pretty-petunia:#d2b8e5;
--minute-mauve:#f3dff6;
--radiant-orchid:#a85d9b;
}