Color names in this palette
CSS code for this palette
/* CSS */
.icy-wind {
color: #d3f3f0;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.belize {
color: #79d2d1;
}
.crystalsong-blue {
color: #49b6b3;
}
.empress-envy {
color: #2e9c9e;
}
/* CSS Variables */
:root {
--icy-wind:#d3f3f0;
--ice-crystal-blue:#a8e1e0;
--belize:#79d2d1;
--crystalsong-blue:#49b6b3;
--empress-envy:#2e9c9e;
}