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: #0099cc;
}
.color-2 {
color: #67b1e0;
}
.color-3 {
color: #a3d4e0;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #0099cc;
--color-2: #67b1e0;
--color-3: #a3d4e0;
--color-4: #f0e78e;
--color-5: #f5a300;
}
Blue Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099cc, #67b1e0, #a3d4e0, #f0e78e, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099cc, #67b1e0, #a3d4e0, #f0e78e, #f5a300);
}
Similar color palettes
Blue Ocean color palette created on .