Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a6e3e1;
}
.tropic-tide {
color: #69c3b6;
}
.sea {
color: #3b9b8e;
}
.nero-s-green {
color: #2e7e7f;
}
.uncharted {
color: #1b5a5a;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a6e3e1;
--tropic-tide:#69c3b6;
--sea:#3b9b8e;
--nero-s-green:#2e7e7f;
--uncharted:#1b5a5a;
}