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: #58c9fd;
}
.color-2 {
color: #3fb2e4;
}
.color-3 {
color: #0095b3;
}
.color-4 {
color: #007e94;
}
.color-5 {
color: #006080;
}
/* CSS Variables */
:root {
--color-1: #58c9fd;
--color-2: #3fb2e4;
--color-3: #0095b3;
--color-4: #007e94;
--color-5: #006080;
}
Blue Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #58c9fd, #3fb2e4, #0095b3, #007e94, #006080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #58c9fd, #3fb2e4, #0095b3, #007e94, #006080);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Blue Ocean color palette created on .