Oceanic Depths Color Palette

Discover the beautiful Oceanic Depths color palette featuring cerulean (#00a5e0), cerulean (#0096db), lochmara (#007ab8), orient (#005a8a) and regal blue (#003e6b).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Modern, Ocean, Summer, Vibrant 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: #00a5e0;
}
.color-2 {
color: #0096db;
}
.color-3 {
color: #007ab8;
}
.color-4 {
color: #005a8a;
}
.color-5 {
color: #003e6b;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0096db;
--color-3: #007ab8;
--color-4: #005a8a;
--color-5: #003e6b;
}

🌈 Oceanic Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0096db, #007ab8, #005a8a, #003e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0096db, #007ab8, #005a8a, #003e6b);
}

Oceanic Depths color palette created on .