Color names in this palette
CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.olive-chutney {
color: #a79a7b;
}
.mayan-ruins {
color: #7d6b4f;
}
.button-eyes {
color: #4e3b31;
}
.granite-brown {
color: #3c2b25;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--olive-chutney:#a79a7b;
--mayan-ruins:#7d6b4f;
--button-eyes:#4e3b31;
--granite-brown:#3c2b25;
}