Color names in this palette
CSS code for this palette
/* CSS */
.western-pursuit {
color: #8d5e3f;
}
.amber-autumn {
color: #c79b6b;
}
.parsnip {
color: #d6c99a;
}
.best-beige {
color: #c5b59b;
}
.harpy-brown {
color: #4a3c2b;
}
/* CSS Variables */
:root {
--western-pursuit:#8d5e3f;
--amber-autumn:#c79b6b;
--parsnip:#d6c99a;
--best-beige:#c5b59b;
--harpy-brown:#4a3c2b;
}