Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.tear {
color: #b6d6e2;
}
.zircon-ice {
color: #d0e5e6;
}
.zh-n-zh-b-i-pearl {
color: #f6f9f9;
}
.scandinavian-sky {
color: #c3d3d5;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--tear:#b6d6e2;
--zircon-ice:#d0e5e6;
--zh-n-zh-b-i-pearl:#f6f9f9;
--scandinavian-sky:#c3d3d5;
}