Color names in this palette
CSS code for this palette
/* CSS */
.k-rainando-green {
color: #1d3a37;
}
.azurite-water-green {
color: #4b7c77;
}
.key-largo {
color: #80b3a7;
}
.lolly-ice {
color: #a5d9d2;
}
.frosty-mint {
color: #e0f5f2;
}
/* CSS Variables */
:root {
--k-rainando-green:#1d3a37;
--azurite-water-green:#4b7c77;
--key-largo:#80b3a7;
--lolly-ice:#a5d9d2;
--frosty-mint:#e0f5f2;
}