Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.prickly-purple {
color: #a05db1;
}
.pretty-petunia {
color: #d8b7e1;
}
.mountain-laurel {
color: #f3c9d7;
}
.curd {
color: #f7e3bb;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--prickly-purple:#a05db1;
--pretty-petunia:#d8b7e1;
--mountain-laurel:#f3c9d7;
--curd:#f7e3bb;
}