Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.crystalsong-blue {
color: #49b6b6;
}
.soft-turquoise {
color: #76d0d0;
}
.ice-crystal-blue {
color: #a5e3e3;
}
.tinted-ice {
color: #cff7f7;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--crystalsong-blue:#49b6b6;
--soft-turquoise:#76d0d0;
--ice-crystal-blue:#a5e3e3;
--tinted-ice:#cff7f7;
}