CSS code for this palette
/* CSS */
.stanley {
color: #9bc0b4;
}
.little-league {
color: #6a9a8d;
}
.fir-blue {
color: #4b817a;
}
.moat {
color: #3f6a6e;
}
.seagrass-green {
color: #2a4e50;
}
/* CSS Variables */
:root {
--stanley:#9bc0b4;
--little-league:#6a9a8d;
--fir-blue:#4b817a;
--moat:#3f6a6e;
--seagrass-green:#2a4e50;
}