Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.wisteria {
color: #a87abd;
}
.exotic-violet {
color: #e6a3ce;
}
.impatiens-pink {
color: #ffc1b8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--wisteria:#a87abd;
--exotic-violet:#e6a3ce;
--impatiens-pink:#ffc1b8;
--grapefruit-pulp:#ff6e61;
}