Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.faded-purple {
color: #8e7099;
}
.flax-beige {
color: #d5c4b3;
}
.certain-peach {
color: #f4bba4;
}
.reductant {
color: #e85e5e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--faded-purple:#8e7099;
--flax-beige:#d5c4b3;
--certain-peach:#f4bba4;
--reductant:#e85e5e;
}