Color names in this palette
CSS code for this palette
/* CSS */
.brown-mouse {
color: #d9cbb4;
}
.nantucket-sands {
color: #b5a89b;
}
.bridle-leather {
color: #8f7c70;
}
.rooted {
color: #5e4f40;
}
.chinese-ink {
color: #402f2b;
}
/* CSS Variables */
:root {
--brown-mouse:#d9cbb4;
--nantucket-sands:#b5a89b;
--bridle-leather:#8f7c70;
--rooted:#5e4f40;
--chinese-ink:#402f2b;
}