Color names in this palette
CSS code for this palette
/* CSS */
.cold-waterlogged-lab-coat {
color: #83a0a0;
}
.conch {
color: #a0b1af;
}
.jungle-mist {
color: #b1c4c2;
}
.open-air {
color: #c7e0e0;
}
.tinted-ice {
color: #d4f7f7;
}
/* CSS Variables */
:root {
--cold-waterlogged-lab-coat:#83a0a0;
--conch:#a0b1af;
--jungle-mist:#b1c4c2;
--open-air:#c7e0e0;
--tinted-ice:#d4f7f7;
}