Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.winter-feather {
color: #beaf9d;
}
.mississippi-mud {
color: #9b8a6f;
}
.coffee-house {
color: #6e5b4e;
}
.shoe-wax {
color: #2b2b2b;
}
/* CSS Variables */
:root {
--white:#ffffff;
--winter-feather:#beaf9d;
--mississippi-mud:#9b8a6f;
--coffee-house:#6e5b4e;
--shoe-wax:#2b2b2b;
}