Color names in this palette
CSS code for this palette
/* CSS */
.harpy-brown {
color: #4a3c2b;
}
.tanned-wood {
color: #8f6e4d;
}
.ginger-ale {
color: #c6a86c;
}
.creamy-vanilla {
color: #f1e3c0;
}
.harvest-gold {
color: #e8b569;
}
/* CSS Variables */
:root {
--harpy-brown:#4a3c2b;
--tanned-wood:#8f6e4d;
--ginger-ale:#c6a86c;
--creamy-vanilla:#f1e3c0;
--harvest-gold:#e8b569;
}