Color names in this palette
CSS code for this palette
/* CSS */
.abbot {
color: #4d3e2e;
}
.garlic-beige {
color: #b1aaa0;
}
.just-peachy {
color: #f8c572;
}
.energetic-orange {
color: #d65a38;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--abbot:#4d3e2e;
--garlic-beige:#b1aaa0;
--just-peachy:#f8c572;
--energetic-orange:#d65a38;
--harissa-red:#a62b2b;
}