Color names in this palette
CSS code for this palette
/* CSS */
.sandhill-crane {
color: #015e60;
}
.autumn-pine-green {
color: #1a7f7d;
}
.tropical-escape {
color: #4cb8b2;
}
.ice-crystal-blue {
color: #a6e3e0;
}
.frosty-mint {
color: #dff6f3;
}
/* CSS Variables */
:root {
--sandhill-crane:#015e60;
--autumn-pine-green:#1a7f7d;
--tropical-escape:#4cb8b2;
--ice-crystal-blue:#a6e3e0;
--frosty-mint:#dff6f3;
}