Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.mauve-memento {
color: #a46a99;
}
.rhubarb-gin {
color: #d9a5c1;
}
.icy-lemonade {
color: #f5e9b2;
}
.raichu-orange {
color: #f9b13e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--mauve-memento:#a46a99;
--rhubarb-gin:#d9a5c1;
--icy-lemonade:#f5e9b2;
--raichu-orange:#f9b13e;
}