Color names in this palette
CSS code for this palette
/* CSS */
.dynamic-green {
color: #a8d93f;
}
.sour-candy {
color: #6caf46;
}
.fiji-palm {
color: #4c8c3b;
}
.radical-green {
color: #3d6a29;
}
.chestnut-green {
color: #2d4c1f;
}
/* CSS Variables */
:root {
--dynamic-green:#a8d93f;
--sour-candy:#6caf46;
--fiji-palm:#4c8c3b;
--radical-green:#3d6a29;
--chestnut-green:#2d4c1f;
}