Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4b8b;
}
.arabian-silk {
color: #7a6f9b;
}
.garden-pansy {
color: #a68db4;
}
.pretty-petunia {
color: #d6b0e3;
}
.light-orchid {
color: #e6a8d6;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4b8b;
--arabian-silk:#7a6f9b;
--garden-pansy:#a68db4;
--pretty-petunia:#d6b0e3;
--light-orchid:#e6a8d6;
}