Color names in this palette
CSS code for this palette
/* CSS */
.k-rainando-green {
color: #1a3d35;
}
.seiheki-green {
color: #3a6e60;
}
.tropic-turquoise {
color: #6eb4a3;
}
.frugal {
color: #a4d6b3;
}
.weathered-mint {
color: #e5f8e2;
}
/* CSS Variables */
:root {
--k-rainando-green:#1a3d35;
--seiheki-green:#3a6e60;
--tropic-turquoise:#6eb4a3;
--frugal:#a4d6b3;
--weathered-mint:#e5f8e2;
}