Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4c85;
}
.wildflower {
color: #8e7c9c;
}
.egyptian-sand {
color: #beaf8e;
}
.menoth-white-base {
color: #f2e6ba;
}
.wake-me-up {
color: #f5d45c;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4c85;
--wildflower:#8e7c9c;
--egyptian-sand:#beaf8e;
--menoth-white-base:#f2e6ba;
--wake-me-up:#f5d45c;
}