Color names in this palette
CSS code for this palette
/* CSS */
.english-green {
color: #1c4f40;
}
.sh-i-c-o-l-green {
color: #3f7d6d;
}
.arboretum {
color: #73b59c;
}
.reef-green {
color: #a3e0c8;
}
.cactus-water {
color: #cff7e2;
}
/* CSS Variables */
:root {
--english-green:#1c4f40;
--sh-i-c-o-l-green:#3f7d6d;
--arboretum:#73b59c;
--reef-green:#a3e0c8;
--cactus-water:#cff7e2;
}