Color names in this palette
CSS code for this palette
/* CSS */
.farm-straw {
color: #d9b54a;
}
.gentleman-s-whiskey {
color: #c68d2a;
}
.buckthorn-brown {
color: #a96f1e;
}
.nightingale {
color: #604e29;
}
.witch-s-cottage {
color: #4b3d2a;
}
/* CSS Variables */
:root {
--farm-straw:#d9b54a;
--gentleman-s-whiskey:#c68d2a;
--buckthorn-brown:#a96f1e;
--nightingale:#604e29;
--witch-s-cottage:#4b3d2a;
}