Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5d4b8b;
}
.relic {
color: #8a7b9d;
}
.winter-amethyst {
color: #b3a8c2;
}
.in-the-slip {
color: #e0c2cf;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--bright-eggplant:#5d4b8b;
--relic:#8a7b9d;
--winter-amethyst:#b3a8c2;
--in-the-slip:#e0c2cf;
--apricot-glazed-chicken:#f5a524;
}