Ocean's Enchanted Depths Color Palette

Discover the beautiful Ocean's Enchanted Depths color palette featuring anakiwa (#95f2fb), bright turquoise (#15b9eb), blue dianne (#235763), cobalt (#0146b7) and stratos (#000e5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Modern, Spring, Summer, Teal, 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 Ocean's Enchanted Depths palette

Share this palette to:

💻 Ocean's Enchanted Depths color palette CSS

/* CSS */
.color-1 {
color: #95f2fb;
}
.color-2 {
color: #15b9eb;
}
.color-3 {
color: #235763;
}
.color-4 {
color: #0146b7;
}
.color-5 {
color: #000e5a;
}

/* CSS Variables */
:root {
--color-1: #95f2fb;
--color-2: #15b9eb;
--color-3: #235763;
--color-4: #0146b7;
--color-5: #000e5a;
}

🌈 Ocean's Enchanted Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95f2fb, #15b9eb, #235763, #0146b7, #000e5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95f2fb, #15b9eb, #235763, #0146b7, #000e5a);
}

Ocean's Enchanted Depths color palette created on .