Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.silken-raspberry {
color: #a77b8e;
}
.ancient-inca {
color: #e2b28d;
}
.menoth-white-base {
color: #f1e8b7;
}
.lemon-filling {
color: #f7e6a6;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--silken-raspberry:#a77b8e;
--ancient-inca:#e2b28d;
--menoth-white-base:#f1e8b7;
--lemon-filling:#f7e6a6;
}