Color names in this palette
CSS code for this palette
/* CSS */
.creeping-bellflower {
color: #b38dc3;
}
.jubilee {
color: #7d5c99;
}
.purple-corallite {
color: #594a8c;
}
.fresh-eggplant {
color: #503f7d;
}
.her-highness {
color: #3c2c6d;
}
/* CSS Variables */
:root {
--creeping-bellflower:#b38dc3;
--jubilee:#7d5c99;
--purple-corallite:#594a8c;
--fresh-eggplant:#503f7d;
--her-highness:#3c2c6d;
}