Color names in this palette
CSS code for this palette
/* CSS */
.allegiance {
color: #5b688b;
}
.moon-veil {
color: #8c97b1;
}
.windsor-purple {
color: #c6b1d3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.childhood-crush {
color: #e06e6c;
}
/* CSS Variables */
:root {
--allegiance:#5b688b;
--moon-veil:#8c97b1;
--windsor-purple:#c6b1d3;
--solar-plexus-chakra:#f1c84b;
--childhood-crush:#e06e6c;
}