Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.wildflower {
color: #8e7c9c;
}
.new-violet {
color: #d5c2e0;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.yellow-jacket {
color: #ffc83d;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--wildflower:#8e7c9c;
--new-violet:#d5c2e0;
--bad-moon-yellow:#f2e6b5;
--yellow-jacket:#ffc83d;
}