Color names in this palette
CSS code for this palette
/* CSS */
.bright-bronze {
color: #a35924;
}
.sweet-potato {
color: #d67d38;
}
.birch-strain {
color: #e0b65c;
}
.autumn-blonde {
color: #e9caa5;
}
.seacrest {
color: #b8c9a6;
}
/* CSS Variables */
:root {
--bright-bronze:#a35924;
--sweet-potato:#d67d38;
--birch-strain:#e0b65c;
--autumn-blonde:#e9caa5;
--seacrest:#b8c9a6;
}