Color names in this palette
CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.rich-sorrel {
color: #a87d3e;
}
.force-of-nature {
color: #d2c86a;
}
.sulphine-yellow {
color: #b3a100;
}
.musket {
color: #7e6c3a;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--rich-sorrel:#a87d3e;
--force-of-nature:#d2c86a;
--sulphine-yellow:#b3a100;
--musket:#7e6c3a;
}