Color names in this palette
CSS code for this palette
/* CSS */
.k-rainando-green {
color: #1c3b33;
}
.still-water {
color: #4a5c5e;
}
.caps {
color: #7e7b77;
}
.wagon-wheel {
color: #c1b79f;
}
.orange-maple {
color: #d4a082;
}
/* CSS Variables */
:root {
--k-rainando-green:#1c3b33;
--still-water:#4a5c5e;
--caps:#7e7b77;
--wagon-wheel:#c1b79f;
--orange-maple:#d4a082;
}