Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a7e2e1;
}
.belize {
color: #82d4d3;
}
.artesian-well {
color: #5bb3b2;
}
.sea-caller {
color: #3e8889;
}
.north-sea {
color: #2c6d6c;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a7e2e1;
--belize:#82d4d3;
--artesian-well:#5bb3b2;
--sea-caller:#3e8889;
--north-sea:#2c6d6c;
}