Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6c9b4b;
}
.nereus {
color: #4c7b3d;
}
.deep-into-the-wood {
color: #3b5c28;
}
.funky-yellow {
color: #f1d06f;
}
.golden-frame {
color: #e6b919;
}
/* CSS Variables */
:root {
--flat-green:#6c9b4b;
--nereus:#4c7b3d;
--deep-into-the-wood:#3b5c28;
--funky-yellow:#f1d06f;
--golden-frame:#e6b919;
}