Color names in this palette
CSS code for this palette
/* CSS */
.mermaid-treasure {
color: #1cb0b5;
}
.neon-nazar {
color: #50d7d7;
}
.bath-water {
color: #88f1f1;
}
.ice-citadel {
color: #b1f6f6;
}
.matterhorn-snow {
color: #e2fdfd;
}
/* CSS Variables */
:root {
--mermaid-treasure:#1cb0b5;
--neon-nazar:#50d7d7;
--bath-water:#88f1f1;
--ice-citadel:#b1f6f6;
--matterhorn-snow:#e2fdfd;
}