Oceanic Depths Color Palette

Discover the beautiful Oceanic Depths color palette featuring hippie blue (#5c8faa), wedgewood (#427594), venice blue (#0d5888), congress blue (#034b7e) and cello (#1b3a5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Blue, Minimalist, Modern, Teal 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: #5c8faa;
}
.color-2 {
color: #427594;
}
.color-3 {
color: #0d5888;
}
.color-4 {
color: #034b7e;
}
.color-5 {
color: #1b3a5d;
}

/* CSS Variables */
:root {
--color-1: #5c8faa;
--color-2: #427594;
--color-3: #0d5888;
--color-4: #034b7e;
--color-5: #1b3a5d;
}

🌈 Oceanic Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c8faa, #427594, #0d5888, #034b7e, #1b3a5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c8faa, #427594, #0d5888, #034b7e, #1b3a5d);
}

Oceanic Depths color palette created on .