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: #004594;
}
.color-2 {
color: #0074b3;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #5cc0eb;
}
.color-5 {
color: #9ed7e5;
}
/* CSS Variables */
:root {
--color-1: #004594;
--color-2: #0074b3;
--color-3: #00a5e0;
--color-4: #5cc0eb;
--color-5: #9ed7e5;
}
Blue Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004594, #0074b3, #00a5e0, #5cc0eb, #9ed7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004594, #0074b3, #00a5e0, #5cc0eb, #9ed7e5);
}
Similar color palettes
Blue Ocean color palette created on .