Color names in this palette
CSS code for this palette
/* CSS */
.moat {
color: #3b696d;
}
.jericho-jade {
color: #4b8b7e;
}
.artemesia-green {
color: #60af92;
}
.aurora-green {
color: #6ed8a3;
}
.sparkling-mint {
color: #a3e0d3;
}
/* CSS Variables */
:root {
--moat:#3b696d;
--jericho-jade:#4b8b7e;
--artemesia-green:#60af92;
--aurora-green:#6ed8a3;
--sparkling-mint:#a3e0d3;
}