Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.thimble-red {
color: #a35c8d;
}
.citrus-honey {
color: #f4b76c;
}
.happy {
color: #f9d662;
}
.themeda-japonica {
color: #e6b03d;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--thimble-red:#a35c8d;
--citrus-honey:#f4b76c;
--happy:#f9d662;
--themeda-japonica:#e6b03d;
}