Color names in this palette
CSS code for this palette
/* CSS */
.gold-wash {
color: #d4c29b;
}
.gracious-glow {
color: #beae79;
}
.fall-harvest {
color: #a68b59;
}
.chili-green {
color: #8f6f42;
}
.black-queen {
color: #6a4e2a;
}
/* CSS Variables */
:root {
--gold-wash:#d4c29b;
--gracious-glow:#beae79;
--fall-harvest:#a68b59;
--chili-green:#8f6f42;
--black-queen:#6a4e2a;
}