Teal Ocean Color Palette

Discover the beautiful Teal Ocean color palette featuring catskill white (#eaf3f6), powder blue (#b3e0e6), half baked (#7ac1c7), eastern blue (#1c9dab) and teal (#007a7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Blue, Light, Tropical 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: #eaf3f6;
}
.color-2 {
color: #b3e0e6;
}
.color-3 {
color: #7ac1c7;
}
.color-4 {
color: #1c9dab;
}
.color-5 {
color: #007a7a;
}

/* CSS Variables */
:root {
--color-1: #eaf3f6;
--color-2: #b3e0e6;
--color-3: #7ac1c7;
--color-4: #1c9dab;
--color-5: #007a7a;
}

🌈 Teal Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaf3f6, #b3e0e6, #7ac1c7, #1c9dab, #007a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaf3f6, #b3e0e6, #7ac1c7, #1c9dab, #007a7a);
}

Teal Ocean color palette created on .