Color names in this palette
CSS code for this palette
/* CSS */
.fresh-eggplant {
color: #4b3e7a;
}
.just-a-fairytale {
color: #6e5c99;
}
.wisteria {
color: #a87dba;
}
.retributor-armour-metal {
color: #c79d7f;
}
.peach-patch {
color: #f3d7a0;
}
/* CSS Variables */
:root {
--fresh-eggplant:#4b3e7a;
--just-a-fairytale:#6e5c99;
--wisteria:#a87dba;
--retributor-armour-metal:#c79d7f;
--peach-patch:#f3d7a0;
}