Color names in this palette
CSS code for this palette
/* CSS */
.mermaid-net {
color: #1cc8d4;
}
.aare-river {
color: #00b8a2;
}
.tropical-kelp {
color: #009e7e;
}
.caribbean-current {
color: #00706e;
}
.rich-black {
color: #003c3d;
}
/* CSS Variables */
:root {
--mermaid-net:#1cc8d4;
--aare-river:#00b8a2;
--tropical-kelp:#009e7e;
--caribbean-current:#00706e;
--rich-black:#003c3d;
}