Color names in this palette
CSS code for this palette
/* CSS */
.amazon {
color: #3a7856;
}
.county-green {
color: #1b4b39;
}
.tiki-monster {
color: #8dbf92;
}
.green-trance {
color: #a1d69f;
}
.nettle-rash {
color: #e4f6e7;
}
/* CSS Variables */
:root {
--amazon:#3a7856;
--county-green:#1b4b39;
--tiki-monster:#8dbf92;
--green-trance:#a1d69f;
--nettle-rash:#e4f6e7;
}