Color names in this palette
CSS code for this palette
/* CSS */
.brown-mouse {
color: #d9c9b5;
}
.ancient-scroll {
color: #f0e4d0;
}
.daydreaming {
color: #f4f1e1;
}
.soft-impala {
color: #a18a7d;
}
.wild-west {
color: #7e5a4e;
}
/* CSS Variables */
:root {
--brown-mouse:#d9c9b5;
--ancient-scroll:#f0e4d0;
--daydreaming:#f4f1e1;
--soft-impala:#a18a7d;
--wild-west:#7e5a4e;
}