Color names in this palette
CSS code for this palette
/* CSS */
.mustard-yellow {
color: #e0b000;
}
.orange-pepper {
color: #d67900;
}
.golden-ochre {
color: #c3703c;
}
.violet-femmes {
color: #a06a9d;
}
.poppy-pompadour {
color: #6d3b9b;
}
/* CSS Variables */
:root {
--mustard-yellow:#e0b000;
--orange-pepper:#d67900;
--golden-ochre:#c3703c;
--violet-femmes:#a06a9d;
--poppy-pompadour:#6d3b9b;
}