Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e3e3;
}
.belize {
color: #80d0d1;
}
.spearfish {
color: #5ab6bf;
}
.glacier-green {
color: #3d9dae;
}
.cranach-blue {
color: #2d7e8b;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e3e3;
--belize:#80d0d1;
--spearfish:#5ab6bf;
--glacier-green:#3d9dae;
--cranach-blue:#2d7e8b;
}