Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.court-jester {
color: #8f6b9e;
}
.taste-of-berry {
color: #c6a4b4;
}
.scalloped-oak {
color: #f1d1a2;
}
.mille-feuille {
color: #f1c77e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--court-jester:#8f6b9e;
--taste-of-berry:#c6a4b4;
--scalloped-oak:#f1d1a2;
--mille-feuille:#f1c77e;
}