Color names in this palette
CSS code for this palette
/* CSS */
.chestnut-chest {
color: #8b5637;
}
.toffee-glaze {
color: #a76849;
}
.silithus-brown {
color: #d37c5f;
}
.gentle-doe {
color: #e6b68e;
}
.scalloped-oak {
color: #f3d0a0;
}
/* CSS Variables */
:root {
--chestnut-chest:#8b5637;
--toffee-glaze:#a76849;
--silithus-brown:#d37c5f;
--gentle-doe:#e6b68e;
--scalloped-oak:#f3d0a0;
}