Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e5b72e;
}
.crispy-gold {
color: #c69b2f;
}
.hot-toddy {
color: #a6772b;
}
.cafe-royale {
color: #6e4b2b;
}
.witch-s-cottage {
color: #4b3d2a;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e5b72e;
--crispy-gold:#c69b2f;
--hot-toddy:#a6772b;
--cafe-royale:#6e4b2b;
--witch-s-cottage:#4b3d2a;
}