Blue Ocean Color Palette
Discover the beautiful Blue Ocean color palette featuring bondi blue (#0096b8), cerulean (#00b7e0), turquoise blue (#6cd7e5), ice cold (#9fe7f4) and onahau (#d1f5ff).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Blue Ocean palette
💻 Blue Ocean color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b7e0;
}
.color-3 {
color: #6cd7e5;
}
.color-4 {
color: #9fe7f4;
}
.color-5 {
color: #d1f5ff;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b7e0;
--color-3: #6cd7e5;
--color-4: #9fe7f4;
--color-5: #d1f5ff;
} 🌈 Blue Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b7e0, #6cd7e5, #9fe7f4, #d1f5ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b7e0, #6cd7e5, #9fe7f4, #d1f5ff);
} 🔗 Explore similar color palettes
Blue Ocean color palette created on .