Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.pink-jazz {
color: #a2678b;
}
.white-acorn {
color: #d8a78d;
}
.carving-party {
color: #f0c19e;
}
.sun-dust {
color: #f5e0a3;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--pink-jazz:#a2678b;
--white-acorn:#d8a78d;
--carving-party:#f0c19e;
--sun-dust:#f5e0a3;
}