Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d6c8a8;
}
.teatime-mauve {
color: #c7a99e;
}
.coyote-tracks {
color: #b48f7e;
}
.hope-chest {
color: #895b3e;
}
.red-mane {
color: #6d3b2c;
}
/* CSS Variables */
:root {
--thatched-cottage:#d6c8a8;
--teatime-mauve:#c7a99e;
--coyote-tracks:#b48f7e;
--hope-chest:#895b3e;
--red-mane:#6d3b2c;
}