Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a7e7df;
}
.hidden-sea-glass {
color: #6ed8d0;
}
.tint-of-turquoise {
color: #3cc8b5;
}
.tropical-hideaway {
color: #1daf9c;
}
.greenish-blue {
color: #0c8d82;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a7e7df;
--hidden-sea-glass:#6ed8d0;
--tint-of-turquoise:#3cc8b5;
--tropical-hideaway:#1daf9c;
--greenish-blue:#0c8d82;
}