Teal Deep Sea Color Palette

Discover the beautiful Teal Deep Sea color palette featuring orient (#006080), deep cerulean (#008c9e), persian green (#00b3aa), robin's egg blue (#00d6c4) and cyan / aqua (#00ffdd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Bright, 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 Deep Sea palette

Share this palette to:

💻 Teal Deep Sea color palette CSS

/* CSS */
.color-1 {
color: #006080;
}
.color-2 {
color: #008c9e;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00d6c4;
}
.color-5 {
color: #00ffdd;
}

/* CSS Variables */
:root {
--color-1: #006080;
--color-2: #008c9e;
--color-3: #00b3aa;
--color-4: #00d6c4;
--color-5: #00ffdd;
}

🌈 Teal Deep Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006080, #008c9e, #00b3aa, #00d6c4, #00ffdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006080, #008c9e, #00b3aa, #00d6c4, #00ffdd);
}

Teal Deep Sea color palette created on .