Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5d4b8b;
}
.royal-pretender {
color: #a460a2;
}
.welcoming-wasp {
color: #f0a800;
}
.new-hope {
color: #e3f0c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bright-eggplant:#5d4b8b;
--royal-pretender:#a460a2;
--welcoming-wasp:#f0a800;
--new-hope:#e3f0c1;
--grapefruit-pulp:#ff6e61;
}