Color names in this palette
CSS code for this palette
/* CSS */
.cold-green {
color: #00853c;
}
.green-pigment {
color: #00a851;
}
.green-elliott {
color: #00b862;
}
.benzol-green {
color: #00d16c;
}
.tropical {
color: #a8e6ce;
}
/* CSS Variables */
:root {
--cold-green:#00853c;
--green-pigment:#00a851;
--green-elliott:#00b862;
--benzol-green:#00d16c;
--tropical:#a8e6ce;
}