Deep Ocean Color Palette
Discover the beautiful Deep Ocean color palette featuring bondi blue (#00a1b3), persian green (#009999), green haze (#009975), deep sea (#008a5a) and tropical rain forest (#007a4e).
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 Deep Ocean palette
💻 Deep Ocean color palette CSS
/* CSS */
.color-1 {
color: #00a1b3;
}
.color-2 {
color: #009999;
}
.color-3 {
color: #009975;
}
.color-4 {
color: #008a5a;
}
.color-5 {
color: #007a4e;
}
/* CSS Variables */
:root {
--color-1: #00a1b3;
--color-2: #009999;
--color-3: #009975;
--color-4: #008a5a;
--color-5: #007a4e;
} 🌈 Deep Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a1b3, #009999, #009975, #008a5a, #007a4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a1b3, #009999, #009975, #008a5a, #007a4e);
} 🔗 Explore similar color palettes
Deep Ocean color palette created on .