Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5d4d89;
}
.cure-all {
color: #a76c8b;
}
.roasted-squash {
color: #e4a058;
}
.chai-latte {
color: #f7cca1;
}
.smooch-rouge {
color: #d73c4e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5d4d89;
--cure-all:#a76c8b;
--roasted-squash:#e4a058;
--chai-latte:#f7cca1;
--smooch-rouge:#d73c4e;
}