Color names in this palette
CSS code for this palette
/* CSS */
.zircon-ice {
color: #d1e4e6;
}
.corydalis-blue {
color: #a4c8d6;
}
.glacier {
color: #78b1bf;
}
.aqua-fresco {
color: #4a9ba5;
}
.ocean-call {
color: #2c6d90;
}
/* CSS Variables */
:root {
--zircon-ice:#d1e4e6;
--corydalis-blue:#a4c8d6;
--glacier:#78b1bf;
--aqua-fresco:#4a9ba5;
--ocean-call:#2c6d90;
}