Teal Ocean Color Palette

Discover the beautiful Teal Ocean color palette featuring catalina blue (#053a6b), deep sea green (#0e4b6c), elm (#1f898e), turquoise (#4dd1c6) and regent st blue (#a4e0e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, 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 Teal Ocean palette

Share this palette to:

💻 Teal Ocean color palette CSS

/* CSS */
.color-1 {
color: #053a6b;
}
.color-2 {
color: #0e4b6c;
}
.color-3 {
color: #1f898e;
}
.color-4 {
color: #4dd1c6;
}
.color-5 {
color: #a4e0e5;
}

/* CSS Variables */
:root {
--color-1: #053a6b;
--color-2: #0e4b6c;
--color-3: #1f898e;
--color-4: #4dd1c6;
--color-5: #a4e0e5;
}

🌈 Teal Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #053a6b, #0e4b6c, #1f898e, #4dd1c6, #a4e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #053a6b, #0e4b6c, #1f898e, #4dd1c6, #a4e0e5);
}

Teal Ocean color palette created on .