Color names in this palette
CSS code for this palette
/* CSS */
.mesquite-powder {
color: #e2c7b1;
}
.arrow-quiver {
color: #c7a899;
}
.honey-maple {
color: #a66e5e;
}
.guitar {
color: #6a4b39;
}
.havana {
color: #3b2b2d;
}
/* CSS Variables */
:root {
--mesquite-powder:#e2c7b1;
--arrow-quiver:#c7a899;
--honey-maple:#a66e5e;
--guitar:#6a4b39;
--havana:#3b2b2d;
}