Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.lush-lilac {
color: #9c7dba;
}
.love-at-first-sight {
color: #e6a7b2;
}
.syndicalist {
color: #f5c400;
}
.sunshine-surprise {
color: #f7b02b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--lush-lilac:#9c7dba;
--love-at-first-sight:#e6a7b2;
--syndicalist:#f5c400;
--sunshine-surprise:#f7b02b;
}