Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.violetta {
color: #a86b9c;
}
.brain-pink {
color: #f1b1b1;
}
.bright-khaki {
color: #f3e78c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--violetta:#a86b9c;
--brain-pink:#f1b1b1;
--bright-khaki:#f3e78c;
--grapefruit-pulp:#ff6e61;
}