Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2e6b8e;
}
.sub-zero {
color: #57a1c7;
}
.water-flow {
color: #7dc2d4;
}
.luminescent-blue {
color: #a0dfe9;
}
.coastal-breeze {
color: #e1f6f9;
}
/* CSS Variables */
:root {
--ocean-call:#2e6b8e;
--sub-zero:#57a1c7;
--water-flow:#7dc2d4;
--luminescent-blue:#a0dfe9;
--coastal-breeze:#e1f6f9;
}