Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7b5b9f;
}
.east-side {
color: #a78cba;
}
.pretty-petunia {
color: #dab7e1;
}
.milky-maize {
color: #f8d5a0;
}
.pani-puri {
color: #f3a953;
}
/* CSS Variables */
:root {
--jubilee:#7b5b9f;
--east-side:#a78cba;
--pretty-petunia:#dab7e1;
--milky-maize:#f8d5a0;
--pani-puri:#f3a953;
}