Color names in this palette
CSS code for this palette
/* CSS */
.sherwood-green {
color: #1d3f34;
}
.moonlit-forest {
color: #3b6d6d;
}
.derby-green {
color: #5b9a88;
}
.park-green-flat {
color: #8bc6a3;
}
.crystal-rapids {
color: #b3e5d1;
}
/* CSS Variables */
:root {
--sherwood-green:#1d3f34;
--moonlit-forest:#3b6d6d;
--derby-green:#5b9a88;
--park-green-flat:#8bc6a3;
--crystal-rapids:#b3e5d1;
}