Color names in this palette
CSS code for this palette
/* CSS */
.cascade-green {
color: #9fc1b8;
}
.little-league {
color: #6a9a8e;
}
.sinkhole {
color: #4a6d6d;
}
.wave-top {
color: #b1d8d3;
}
.stone-path {
color: #e5f1e4;
}
/* CSS Variables */
:root {
--cascade-green:#9fc1b8;
--little-league:#6a9a8e;
--sinkhole:#4a6d6d;
--wave-top:#b1d8d3;
--stone-path:#e5f1e4;
}