Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.fairy-wren {
color: #8a6dab;
}
.chive-flower {
color: #a392bf;
}
.pretty-petunia {
color: #d1b2e0;
}
.scented-spring {
color: #f1d5f0;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--fairy-wren:#8a6dab;
--chive-flower:#a392bf;
--pretty-petunia:#d1b2e0;
--scented-spring:#f1d5f0;
}