Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4c3a92;
}
.genestealer-purple {
color: #7c5ba9;
}
.prickly-purple {
color: #a669bf;
}
.bright-ube {
color: #d4a1e2;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4c3a92;
--genestealer-purple:#7c5ba9;
--prickly-purple:#a669bf;
--bright-ube:#d4a1e2;
}