Color names in this palette
CSS code for this palette
/* CSS */
.full-of-life {
color: #da5c2b;
}
.seasonal-beige {
color: #e9b79f;
}
.cracker-bitz {
color: #d2af89;
}
.ginger-jar {
color: #c7a15c;
}
.spiced-red {
color: #8b4e3c;
}
/* CSS Variables */
:root {
--full-of-life:#da5c2b;
--seasonal-beige:#e9b79f;
--cracker-bitz:#d2af89;
--ginger-jar:#c7a15c;
--spiced-red:#8b4e3c;
}