Color names in this palette
CSS code for this palette
/* CSS */
.oceanic {
color: #4e6d7e;
}
.bluebird-feather {
color: #6d9db0;
}
.frozen-whisper {
color: #8bb8da;
}
.blizzard-blue {
color: #a2e0f1;
}
.chef-s-hat {
color: #f2f6f7;
}
/* CSS Variables */
:root {
--oceanic:#4e6d7e;
--bluebird-feather:#6d9db0;
--frozen-whisper:#8bb8da;
--blizzard-blue:#a2e0f1;
--chef-s-hat:#f2f6f7;
}