Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e5b12e;
}
.pyrite {
color: #f4c543;
}
.lemon-caipirinha {
color: #f8df9b;
}
.whisky-sour {
color: #f2a62c;
}
.golden-beryl-yellow {
color: #d6a800;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e5b12e;
--pyrite:#f4c543;
--lemon-caipirinha:#f8df9b;
--whisky-sour:#f2a62c;
--golden-beryl-yellow:#d6a800;
}