Color names in this palette
CSS code for this palette
/* CSS */
.ochre-brown {
color: #a07d3b;
}
.chestnut-stallion {
color: #9b5b3b;
}
.cedar-chest {
color: #c75d4d;
}
.roasted-squash {
color: #e8a354;
}
.toasted-coconut {
color: #e8c4a1;
}
/* CSS Variables */
:root {
--ochre-brown:#a07d3b;
--chestnut-stallion:#9b5b3b;
--cedar-chest:#c75d4d;
--roasted-squash:#e8a354;
--toasted-coconut:#e8c4a1;
}