Color names in this palette
CSS code for this palette
/* CSS */
.hashibami-brown {
color: #c1a56c;
}
.breadstick {
color: #b48b55;
}
.wet-adobe {
color: #a4623d;
}
.nutmeg {
color: #7e4c3a;
}
.simmered-seaweed {
color: #4b3d30;
}
/* CSS Variables */
:root {
--hashibami-brown:#c1a56c;
--breadstick:#b48b55;
--wet-adobe:#a4623d;
--nutmeg:#7e4c3a;
--simmered-seaweed:#4b3d30;
}