CSS code for this palette
/* CSS */
.light-teal {
color: #b1c9c5;
}
.scenario {
color: #80a89f;
}
.dusty-teal {
color: #4e8d89;
}
.lakelike {
color: #2f6f6f;
}
.lacustral {
color: #1d4e4e;
}
/* CSS Variables */
:root {
--light-teal:#b1c9c5;
--scenario:#80a89f;
--dusty-teal:#4e8d89;
--lakelike:#2f6f6f;
--lacustral:#1d4e4e;
}