Color names in this palette
CSS code for this palette
/* CSS */
.baltic-green {
color: #3c9f9d;
}
.port-hope {
color: #4fc4c0;
}
.turquoise-chalk {
color: #70e1d4;
}
.mint-tea {
color: #a6f2e3;
}
.frosty-mint {
color: #e1f9f0;
}
/* CSS Variables */
:root {
--baltic-green:#3c9f9d;
--port-hope:#4fc4c0;
--turquoise-chalk:#70e1d4;
--mint-tea:#a6f2e3;
--frosty-mint:#e1f9f0;
}