Color names in this palette
CSS code for this palette
/* CSS */
.lakelike {
color: #2e6d70;
}
.twilight-meadow {
color: #4ea6a5;
}
.aqua-zing {
color: #7fd7d5;
}
.ice-crystal-blue {
color: #a5e3e1;
}
.tinted-ice {
color: #cff7f3;
}
/* CSS Variables */
:root {
--lakelike:#2e6d70;
--twilight-meadow:#4ea6a5;
--aqua-zing:#7fd7d5;
--ice-crystal-blue:#a5e3e1;
--tinted-ice:#cff7f3;
}