Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.violet-femmes {
color: #a76c9e;
}
.monarch-orange {
color: #f0a06a;
}
.lighthouse-glow {
color: #f9d267;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--violet-femmes:#a76c9e;
--monarch-orange:#f0a06a;
--lighthouse-glow:#f9d267;
--grapefruit-pulp:#ff6e61;
}