Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.mauve-memento {
color: #a36c9a;
}
.mellow-rose {
color: #d7a9a3;
}
.biltmore-buff {
color: #e3cca1;
}
.dill-green {
color: #b6b149;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--mauve-memento:#a36c9a;
--mellow-rose:#d7a9a3;
--biltmore-buff:#e3cca1;
--dill-green:#b6b149;
}