Color names in this palette
CSS code for this palette
/* CSS */
.crystal-green {
color: #a2d779;
}
.happy-cricket {
color: #6cab69;
}
.s-n-l-n-l-forest {
color: #4ca974;
}
.thai-teal {
color: #2f8989;
}
.saxony-blue {
color: #1f6b8e;
}
/* CSS Variables */
:root {
--crystal-green:#a2d779;
--happy-cricket:#6cab69;
--s-n-l-n-l-forest:#4ca974;
--thai-teal:#2f8989;
--saxony-blue:#1f6b8e;
}