CSS code for this palette
/* CSS */
.indica {
color: #5b8d3a;
}
.french-market {
color: #a3c8a3;
}
.curd {
color: #f9e3b9;
}
.halloween {
color: #ff613d;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--indica:#5b8d3a;
--french-market:#a3c8a3;
--curd:#f9e3b9;
--halloween:#ff613d;
--syndicalist:#f5c400;
}