Color names in this palette
CSS code for this palette
/* CSS */
.cascade-green {
color: #9fc6b8;
}
.misty-lake {
color: #c3d5c7;
}
.club-soda {
color: #e3edeb;
}
.laundry-white {
color: #f5f7f3;
}
.wingsuit-wind {
color: #b7d7d1;
}
/* CSS Variables */
:root {
--cascade-green:#9fc6b8;
--misty-lake:#c3d5c7;
--club-soda:#e3edeb;
--laundry-white:#f5f7f3;
--wingsuit-wind:#b7d7d1;
}