Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9ed5e0;
}
.everest {
color: #a2e4e6;
}
.icy-breeze {
color: #c3f2f4;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
.pinenut {
color: #f9d7b9;
}
/* CSS Variables */
:root {
--ocean-cruise:#9ed5e0;
--everest:#a2e4e6;
--icy-breeze:#c3f2f4;
--zh-n-zh-b-i-pearl:#f6f8f9;
--pinenut:#f9d7b9;
}