Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4b2d8f;
}
.astro-purple {
color: #795bcd;
}
.purple-illusionist {
color: #a77aff;
}
.testosterose {
color: #e2a8ff;
}
.rose-drag-e {
color: #f0d1ff;
}
/* CSS Variables */
:root {
--galactic-purple:#4b2d8f;
--astro-purple:#795bcd;
--purple-illusionist:#a77aff;
--testosterose:#e2a8ff;
--rose-drag-e:#f0d1ff;
}