Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4c8a;
}
.crown-jewels {
color: #9c6bb3;
}
.hanami-pink {
color: #f0a3e3;
}
.sorreno-lemon {
color: #f5ce5c;
}
.rich-gardenia {
color: #f17e50;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4c8a;
--crown-jewels:#9c6bb3;
--hanami-pink:#f0a3e3;
--sorreno-lemon:#f5ce5c;
--rich-gardenia:#f17e50;
}