Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7e5b9f;
}
.wisteria {
color: #a67dba;
}
.pretty-petunia {
color: #d1b5e3;
}
.sweetheart {
color: #f1c6d8;
}
.menoth-white-base {
color: #f5e7b8;
}
/* CSS Variables */
:root {
--jubilee:#7e5b9f;
--wisteria:#a67dba;
--pretty-petunia:#d1b5e3;
--sweetheart:#f1c6d8;
--menoth-white-base:#f5e7b8;
}