Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e6b22d;
}
.anna-banana {
color: #f5d142;
}
.glitter-yellow {
color: #f8d75d;
}
.casablanca {
color: #f3b14f;
}
.mulberry-thorn {
color: #c27d2e;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e6b22d;
--anna-banana:#f5d142;
--glitter-yellow:#f8d75d;
--casablanca:#f3b14f;
--mulberry-thorn:#c27d2e;
}