Color names in this palette
CSS code for this palette
/* CSS */
.sandshell {
color: #d7c8b7;
}
.tannin {
color: #a78c6c;
}
.stagecoach {
color: #7d5a45;
}
.simmered-seaweed {
color: #4b3d30;
}
.weathervane {
color: #2c1f1c;
}
/* CSS Variables */
:root {
--sandshell:#d7c8b7;
--tannin:#a78c6c;
--stagecoach:#7d5a45;
--simmered-seaweed:#4b3d30;
--weathervane:#2c1f1c;
}