Color names in this palette
CSS code for this palette
/* CSS */
.harpy-brown {
color: #4a3c2b;
}
.nouveau-copper {
color: #a25b3f;
}
.modestly-peach {
color: #e9a59b;
}
.friendly-yellow {
color: #f6e2b1;
}
.woodbine {
color: #8b8b37;
}
/* CSS Variables */
:root {
--harpy-brown:#4a3c2b;
--nouveau-copper:#a25b3f;
--modestly-peach:#e9a59b;
--friendly-yellow:#f6e2b1;
--woodbine:#8b8b37;
}