Color names in this palette
CSS code for this palette
/* CSS */
.chat-orange {
color: #f59c42;
}
.bitter-orange {
color: #d77c2d;
}
.scarecrow-frown {
color: #a75f25;
}
.witch-wood {
color: #794c34;
}
.harpy-brown {
color: #4b3b2a;
}
/* CSS Variables */
:root {
--chat-orange:#f59c42;
--bitter-orange:#d77c2d;
--scarecrow-frown:#a75f25;
--witch-wood:#794c34;
--harpy-brown:#4b3b2a;
}