Color names in this palette
CSS code for this palette
/* CSS */
.hitching-post {
color: #c88b6a;
}
.adobe {
color: #ba6d4a;
}
.remington-rust {
color: #a35e4d;
}
.spiced-red {
color: #8b4e3c;
}
.iron-flint {
color: #6f3c2f;
}
/* CSS Variables */
:root {
--hitching-post:#c88b6a;
--adobe:#ba6d4a;
--remington-rust:#a35e4d;
--spiced-red:#8b4e3c;
--iron-flint:#6f3c2f;
}