Color names in this palette
CSS code for this palette
/* CSS */
.harvest-night {
color: #5a3f88;
}
.jubilee {
color: #7b5b9f;
}
.english-lavender {
color: #9a7bb2;
}
.biloba-flower {
color: #b29bd4;
}
.pretty-petunia {
color: #d3b7e1;
}
/* CSS Variables */
:root {
--harvest-night:#5a3f88;
--jubilee:#7b5b9f;
--english-lavender:#9a7bb2;
--biloba-flower:#b29bd4;
--pretty-petunia:#d3b7e1;
}