Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4c8a;
}
.last-sunlight {
color: #e2b83c;
}
.shrimp-toast {
color: #f7c6a1;
}
.pompelmo {
color: #ff6b6b;
}
.green-ribbon {
color: #2b8839;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4c8a;
--last-sunlight:#e2b83c;
--shrimp-toast:#f7c6a1;
--pompelmo:#ff6b6b;
--green-ribbon:#2b8839;
}