Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a8e1e0;
}
.tropic-tide {
color: #6dc5c0;
}
.hole-in-one {
color: #4cae99;
}
.sh-i-c-o-l-green {
color: #3b876f;
}
.holly-leaf {
color: #2b5a53;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a8e1e0;
--tropic-tide:#6dc5c0;
--hole-in-one:#4cae99;
--sh-i-c-o-l-green:#3b876f;
--holly-leaf:#2b5a53;
}