Oceanic Depths Color Palette

Discover the beautiful Oceanic Depths color palette featuring horizon (#5b8ea9), wedgewood (#427594), atoll (#0d5887), congress blue (#034a7c) and cello (#1c3b5f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTeal, Blue, Modern, Minimalist, Autumn 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 Oceanic Depths palette

Share this palette to:

💻 Oceanic Depths color palette CSS

/* CSS */
.color-1 {
color: #5b8ea9;
}
.color-2 {
color: #427594;
}
.color-3 {
color: #0d5887;
}
.color-4 {
color: #034a7c;
}
.color-5 {
color: #1c3b5f;
}

/* CSS Variables */
:root {
--color-1: #5b8ea9;
--color-2: #427594;
--color-3: #0d5887;
--color-4: #034a7c;
--color-5: #1c3b5f;
}

🌈 Oceanic Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8ea9, #427594, #0d5887, #034a7c, #1c3b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8ea9, #427594, #0d5887, #034a7c, #1c3b5f);
}

Oceanic Depths color palette created on .