Color names in this palette
CSS code for this palette
/* CSS */
.cheviot {
color: #f6f2e9;
}
.brown-mouse {
color: #d9c9b5;
}
.deer-run {
color: #b1a49a;
}
.eclectic-plum {
color: #8e6f67;
}
.dark-drama {
color: #5a3a3b;
}
/* CSS Variables */
:root {
--cheviot:#f6f2e9;
--brown-mouse:#d9c9b5;
--deer-run:#b1a49a;
--eclectic-plum:#8e6f67;
--dark-drama:#5a3a3b;
}