Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7e5b9f;
}
.lush-lilac {
color: #9d79be;
}
.enchanted-lavender {
color: #c19fd6;
}
.pretty-petunia {
color: #d3b2e0;
}
.sheer-lavender {
color: #f0e0f5;
}
/* CSS Variables */
:root {
--jubilee:#7e5b9f;
--lush-lilac:#9d79be;
--enchanted-lavender:#c19fd6;
--pretty-petunia:#d3b2e0;
--sheer-lavender:#f0e0f5;
}