Color names in this palette
CSS code for this palette
/* CSS */
.frog-green {
color: #00613a;
}
.go-green {
color: #00b35f;
}
.green-elliott {
color: #00c76a;
}
.benzol-green {
color: #00d66f;
}
.emerald-reflection {
color: #4fde7a;
}
/* CSS Variables */
:root {
--frog-green:#00613a;
--go-green:#00b35f;
--green-elliott:#00c76a;
--benzol-green:#00d66f;
--emerald-reflection:#4fde7a;
}