Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.flowering-raspberry {
color: #a36c8f;
}
.chewing-gum {
color: #e3b0b0;
}
.forsythia-blossom {
color: #f3d66d;
}
.carona {
color: #f9a12f;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--flowering-raspberry:#a36c8f;
--chewing-gum:#e3b0b0;
--forsythia-blossom:#f3d66d;
--carona:#f9a12f;
}