CSS code for this palette
/* CSS */
.haiti {
color: #2d2933;
}
.potter-s-clay {
color: #a64c2b;
}
.dairy-made {
color: #f3b73f;
}
.blue-bay {
color: #5d9bd5;
}
.orange-soda {
color: #f95d3e;
}
/* CSS Variables */
:root {
--haiti:#2d2933;
--potter-s-clay:#a64c2b;
--dairy-made:#f3b73f;
--blue-bay:#5d9bd5;
--orange-soda:#f95d3e;
}