Color names in this palette
CSS code for this palette
/* CSS */
.shallow-shoal {
color: #9ed6d4;
}
.tropic-turquoise {
color: #69b5a3;
}
.perky {
color: #3c8b7a;
}
.north-sea {
color: #2c6d6c;
}
.hornblende-green {
color: #1f4c4c;
}
/* CSS Variables */
:root {
--shallow-shoal:#9ed6d4;
--tropic-turquoise:#69b5a3;
--perky:#3c8b7a;
--north-sea:#2c6d6c;
--hornblende-green:#1f4c4c;
}