Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.heart-potion {
color: #a97cb1;
}
.parfait-pink {
color: #e2b1c6;
}
.menoth-white-base {
color: #f5e9b8;
}
.y-ng-ch-ng-orange {
color: #f09f3d;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--heart-potion:#a97cb1;
--parfait-pink:#e2b1c6;
--menoth-white-base:#f5e9b8;
--y-ng-ch-ng-orange:#f09f3d;
}