Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e0b12e;
}
.jemima {
color: #f7d47e;
}
.mango-margarita {
color: #f9b44e;
}
.coppersmith {
color: #d88f3b;
}
.kincha-brown {
color: #c76b29;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e0b12e;
--jemima:#f7d47e;
--mango-margarita:#f9b44e;
--coppersmith:#d88f3b;
--kincha-brown:#c76b29;
}