Color names in this palette
CSS code for this palette
/* CSS */
.bistre {
color: #3c2a20;
}
.tannery-brown {
color: #5d4b3c;
}
.downtown-benny-brown {
color: #7e6c58;
}
.mongoose {
color: #a58b6f;
}
.renwick-beige {
color: #c3b19d;
}
/* CSS Variables */
:root {
--bistre:#3c2a20;
--tannery-brown:#5d4b3c;
--downtown-benny-brown:#7e6c58;
--mongoose:#a58b6f;
--renwick-beige:#c3b19d;
}