Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1a5c7f;
}
.valley-of-glaciers {
color: #2d7f9a;
}
.brig {
color: #4ca8c2;
}
.luminescent-blue {
color: #a2e2e6;
}
.distant-horizon {
color: #f1f8f6;
}
/* CSS Variables */
:root {
--oceanic-motion:#1a5c7f;
--valley-of-glaciers:#2d7f9a;
--brig:#4ca8c2;
--luminescent-blue:#a2e2e6;
--distant-horizon:#f1f8f6;
}