Color names in this palette
CSS code for this palette
/* CSS */
.traditional-leather {
color: #6f4f3e;
}
.button-eyes {
color: #4e3b31;
}
.ecru {
color: #c2b180;
}
.rowntree {
color: #908d6f;
}
.utaupeia {
color: #a78e7b;
}
/* CSS Variables */
:root {
--traditional-leather:#6f4f3e;
--button-eyes:#4e3b31;
--ecru:#c2b180;
--rowntree:#908d6f;
--utaupeia:#a78e7b;
}