CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.jubilee {
color: #795b9a;
}
.wisteria {
color: #a67dbf;
}
.last-sunlight {
color: #e2b83c;
}
.capocollo {
color: #da4e4e;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--jubilee:#795b9a;
--wisteria:#a67dbf;
--last-sunlight:#e2b83c;
--capocollo:#da4e4e;
}