Color names in this palette
CSS code for this palette
/* CSS */
.east-side {
color: #a98ac1;
}
.court-jester {
color: #8e6d9c;
}
.pure-mauve {
color: #6a4c94;
}
.galactic-purple {
color: #4d2a92;
}
.fabric-of-space {
color: #2e1a56;
}
/* CSS Variables */
:root {
--east-side:#a98ac1;
--court-jester:#8e6d9c;
--pure-mauve:#6a4c94;
--galactic-purple:#4d2a92;
--fabric-of-space:#2e1a56;
}