Color names in this palette
CSS code for this palette
/* CSS */
.shallow-shoal {
color: #9ed6d4;
}
.pale-jade {
color: #79c3b5;
}
.hole-in-one {
color: #4baf99;
}
.green-jelly {
color: #2c9b7c;
}
.verdant-green {
color: #1b7960;
}
/* CSS Variables */
:root {
--shallow-shoal:#9ed6d4;
--pale-jade:#79c3b5;
--hole-in-one:#4baf99;
--green-jelly:#2c9b7c;
--verdant-green:#1b7960;
}