Teal Ocean Color Palette

Discover the beautiful Teal Ocean color palette featuring aquamarine blue (#85d2e0), pelorous (#46b7c3), boston blue (#399dac), lochinvar (#2a808d) and elm (#1c7078).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Teal, Ocean, Spring 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: #85d2e0;
}
.color-2 {
color: #46b7c3;
}
.color-3 {
color: #399dac;
}
.color-4 {
color: #2a808d;
}
.color-5 {
color: #1c7078;
}

/* CSS Variables */
:root {
--color-1: #85d2e0;
--color-2: #46b7c3;
--color-3: #399dac;
--color-4: #2a808d;
--color-5: #1c7078;
}

🌈 Teal Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85d2e0, #46b7c3, #399dac, #2a808d, #1c7078);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85d2e0, #46b7c3, #399dac, #2a808d, #1c7078);
}

Teal Ocean color palette created on .