Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5d4b8b;
}
.fleur-de-lis {
color: #a88cca;
}
.blackberry-yogurt {
color: #e1b6e7;
}
.french-bustle {
color: #f3d3d3;
}
.ibis {
color: #f6b6c1;
}
/* CSS Variables */
:root {
--bright-eggplant:#5d4b8b;
--fleur-de-lis:#a88cca;
--blackberry-yogurt:#e1b6e7;
--french-bustle:#f3d3d3;
--ibis:#f6b6c1;
}