Color names in this palette
CSS code for this palette
/* CSS */
.frozen-landscape {
color: #b3e0ff;
}
.fish-pond {
color: #82c3f2;
}
.high-blue {
color: #4da5e0;
}
.primal-blue {
color: #0083b3;
}
.adriatic-sea {
color: #005e80;
}
/* CSS Variables */
:root {
--frozen-landscape:#b3e0ff;
--fish-pond:#82c3f2;
--high-blue:#4da5e0;
--primal-blue:#0083b3;
--adriatic-sea:#005e80;
}