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: #0099d1;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #00c6e0;
}
.color-4 {
color: #1cf2e4;
}
.color-5 {
color: #a5f0f3;
}
/* CSS Variables */
:root {
--color-1: #0099d1;
--color-2: #00b0e0;
--color-3: #00c6e0;
--color-4: #1cf2e4;
--color-5: #a5f0f3;
}
Blue Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099d1, #00b0e0, #00c6e0, #1cf2e4, #a5f0f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099d1, #00b0e0, #00c6e0, #1cf2e4, #a5f0f3);
}
Similar color palettes
Blue Ocean color palette created on .