Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4b8b;
}
.viola-grey {
color: #8c6a9a;
}
.dechala-lilac {
color: #b89bcf;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4b8b;
--viola-grey:#8c6a9a;
--dechala-lilac:#b89bcf;
--solar-plexus-chakra:#f1c84b;
--grapefruit-pulp:#ff6e61;
}