Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a65c3a;
}
.eggshell-paper {
color: #e3bda1;
}
.wild-rice {
color: #d7c0b2;
}
.ashlite {
color: #a8a59f;
}
.dark-taupe {
color: #4a3b3d;
}
/* CSS Variables */
:root {
--falling-leaves:#a65c3a;
--eggshell-paper:#e3bda1;
--wild-rice:#d7c0b2;
--ashlite:#a8a59f;
--dark-taupe:#4a3b3d;
}