Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a7e2e1;
}
.hidden-sea-glass {
color: #6ed4d0;
}
.green-grapple {
color: #3cb9b5;
}
.tropical-hideaway {
color: #1daa9e;
}
.belly-flop {
color: #00807d;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a7e2e1;
--hidden-sea-glass:#6ed4d0;
--green-grapple:#3cb9b5;
--tropical-hideaway:#1daa9e;
--belly-flop:#00807d;
}