Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.violet-femmes {
color: #a76c9d;
}
.calabrese {
color: #f1a8a2;
}
.chai-latte {
color: #f9cb9f;
}
.trapunto {
color: #f6e8b6;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--violet-femmes:#a76c9d;
--calabrese:#f1a8a2;
--chai-latte:#f9cb9f;
--trapunto:#f6e8b6;
}