Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.wisteria {
color: #aa84c8;
}
.candy-dreams {
color: #e3b7f0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.burning-trail {
color: #f09a28;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--wisteria:#aa84c8;
--candy-dreams:#e3b7f0;
--solar-plexus-chakra:#f1c84b;
--burning-trail:#f09a28;
}