CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.walnut-cream {
color: #f6d7b1;
}
.bee {
color: #f2ba5a;
}
.tenn {
color: #d15400;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--walnut-cream:#f6d7b1;
--bee:#f2ba5a;
--tenn:#d15400;
--harissa-red:#a62b2b;
}