Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #2e7c9e;
}
.freshwater {
color: #4fa8b5;
}
.aqua-clear {
color: #8bd2da;
}
.icy-breeze {
color: #c1f0f6;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--fun-and-games:#2e7c9e;
--freshwater:#4fa8b5;
--aqua-clear:#8bd2da;
--icy-breeze:#c1f0f6;
--zh-n-zh-b-i-pearl:#f6f8f9;
}