Color names in this palette
CSS code for this palette
/* CSS */
.pueblo-sand {
color: #e5c4a4;
}
.tan-plan {
color: #c49e78;
}
.pinkish-brown {
color: #b0745e;
}
.spice {
color: #6c4f3d;
}
.granite-brown {
color: #3c2c25;
}
/* CSS Variables */
:root {
--pueblo-sand:#e5c4a4;
--tan-plan:#c49e78;
--pinkish-brown:#b0745e;
--spice:#6c4f3d;
--granite-brown:#3c2c25;
}