Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6b9d4d;
}
.guinean-green {
color: #4f7e3e;
}
.greenhouse {
color: #3a5f2b;
}
.popcorn {
color: #f9d37b;
}
.nanohanacha-gold {
color: #e5b72e;
}
/* CSS Variables */
:root {
--flat-green:#6b9d4d;
--guinean-green:#4f7e3e;
--greenhouse:#3a5f2b;
--popcorn:#f9d37b;
--nanohanacha-gold:#e5b72e;
}