Color names in this palette
CSS code for this palette
/* CSS */
.yellow-varnish {
color: #eab662;
}
.clay-terrace {
color: #d3803c;
}
.stirland-battlemire {
color: #aa5a2c;
}
.pullman-brown {
color: #6b3d19;
}
.bittersweet-chocolate {
color: #4a2c17;
}
/* CSS Variables */
:root {
--yellow-varnish:#eab662;
--clay-terrace:#d3803c;
--stirland-battlemire:#aa5a2c;
--pullman-brown:#6b3d19;
--bittersweet-chocolate:#4a2c17;
}