Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5a4b8b;
}
.lush-lilac {
color: #9c7cbb;
}
.pretty-petunia {
color: #d8b3e5;
}
.yellow-currant {
color: #f5c56b;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--bright-eggplant:#5a4b8b;
--lush-lilac:#9c7cbb;
--pretty-petunia:#d8b3e5;
--yellow-currant:#f5c56b;
--bacon-strips:#e13e33;
}