Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4c85;
}
.unimaginable {
color: #8e7dba;
}
.childish-wonder {
color: #a7a7d7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4c85;
--unimaginable:#8e7dba;
--childish-wonder:#a7a7d7;
--solar-plexus-chakra:#f1c84b;
--grapefruit-pulp:#ff6e61;
}