Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.drama-queen {
color: #a66e99;
}
.chantilly {
color: #eab8c9;
}
.bleached-sunflower {
color: #f9e8a4;
}
.peach-mimosa {
color: #f3a28c;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--drama-queen:#a66e99;
--chantilly:#eab8c9;
--bleached-sunflower:#f9e8a4;
--peach-mimosa:#f3a28c;
}