Color names in this palette
CSS code for this palette
/* CSS */
.rustic-ranch {
color: #8d794e;
}
.stilted-stalks {
color: #a39a6c;
}
.owlet {
color: #8e895d;
}
.gold-sparkle {
color: #796a3e;
}
.black-queen {
color: #6a4e2a;
}
/* CSS Variables */
:root {
--rustic-ranch:#8d794e;
--stilted-stalks:#a39a6c;
--owlet:#8e895d;
--gold-sparkle:#796a3e;
--black-queen:#6a4e2a;
}