Blue Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Ocean palette
Blue Ocean color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #4e7b97;
}
.color-4 {
color: #8fb8d6;
}
.color-5 {
color: #d8e2e4;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #005c99;
--color-3: #4e7b97;
--color-4: #8fb8d6;
--color-5: #d8e2e4;
}
Blue Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #005c99, #4e7b97, #8fb8d6, #d8e2e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #005c99, #4e7b97, #8fb8d6, #d8e2e4);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Ocean color palette created on .