Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7b5c99;
}
.english-lavender {
color: #a07cb1;
}
.lilac-lace {
color: #c6a4d0;
}
.sweetie-pie {
color: #e3b5e0;
}
.sugar-high {
color: #f1c6e7;
}
/* CSS Variables */
:root {
--jubilee:#7b5c99;
--english-lavender:#a07cb1;
--lilac-lace:#c6a4d0;
--sweetie-pie:#e3b5e0;
--sugar-high:#f1c6e7;
}