Ocean Depths Escape Color Palette
Discover the beautiful Ocean Depths Escape color palette featuring cerulean (#00a5e0), allports (#007a99), orient (#006080), astronaut blue (#003f5c) and midnight (#001e38).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 Ocean Depths Escape palette
💻 Ocean Depths Escape color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #007a99;
}
.color-3 {
color: #006080;
}
.color-4 {
color: #003f5c;
}
.color-5 {
color: #001e38;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #007a99;
--color-3: #006080;
--color-4: #003f5c;
--color-5: #001e38;
} 🌈 Ocean Depths Escape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #007a99, #006080, #003f5c, #001e38);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #007a99, #006080, #003f5c, #001e38);
} Ocean Depths Escape color palette created on .