Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.bouquet {
color: #a67d9a;
}
.autumn-haze {
color: #d5c2af;
}
.golden-schnitzel {
color: #e3b80d;
}
.cherry-juice-red {
color: #6d2c3f;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--bouquet:#a67d9a;
--autumn-haze:#d5c2af;
--golden-schnitzel:#e3b80d;
--cherry-juice-red:#6d2c3f;
}