Color names in this palette
CSS code for this palette
/* CSS */
.sweet-garden {
color: #61d6b5;
}
.jolt-of-jade {
color: #4cc29d;
}
.zomp {
color: #38a887;
}
.mermaid-sea {
color: #2b7d6d;
}
.eucalyptus-green {
color: #1f6f5e;
}
/* CSS Variables */
:root {
--sweet-garden:#61d6b5;
--jolt-of-jade:#4cc29d;
--zomp:#38a887;
--mermaid-sea:#2b7d6d;
--eucalyptus-green:#1f6f5e;
}