Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.picador {
color: #785c4f;
}
.old-leather {
color: #a88a67;
}
.best-beige {
color: #c5b59b;
}
.wheat-sheaf {
color: #e2d3c5;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--picador:#785c4f;
--old-leather:#a88a67;
--best-beige:#c5b59b;
--wheat-sheaf:#e2d3c5;
}