Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c8a96a;
}
.sweet-honey {
color: #d1a25c;
}
.nanohanacha-gold {
color: #e0b62e;
}
.syndicalist {
color: #f5c400;
}
.honey-tone {
color: #f9d99a;
}
/* CSS Variables */
:root {
--ginger-ale:#c8a96a;
--sweet-honey:#d1a25c;
--nanohanacha-gold:#e0b62e;
--syndicalist:#f5c400;
--honey-tone:#f9d99a;
}