Color names in this palette
CSS code for this palette
/* CSS */
.leopard {
color: #d19900;
}
.overjoy {
color: #f0c15c;
}
.nanohanacha-gold {
color: #e4ab2f;
}
.birdseye-maple {
color: #e6c298;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--leopard:#d19900;
--overjoy:#f0c15c;
--nanohanacha-gold:#e4ab2f;
--birdseye-maple:#e6c298;
--beef-hotpot:#a85f2e;
}