Teal Coastal Color Palette

Discover the beautiful Teal Coastal color palette featuring morning glory (#a9e0e0), downy (#6ed4d4), fountain blue (#4cb8b8), lochinvar (#2e9999) and elm (#1a7f7f).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Teal Coastal color palette CSS

/* CSS */
.color-1 {
color: #a9e0e0;
}
.color-2 {
color: #6ed4d4;
}
.color-3 {
color: #4cb8b8;
}
.color-4 {
color: #2e9999;
}
.color-5 {
color: #1a7f7f;
}

/* CSS Variables */
:root {
--color-1: #a9e0e0;
--color-2: #6ed4d4;
--color-3: #4cb8b8;
--color-4: #2e9999;
--color-5: #1a7f7f;
}

🌈 Teal Coastal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0e0, #6ed4d4, #4cb8b8, #2e9999, #1a7f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0e0, #6ed4d4, #4cb8b8, #2e9999, #1a7f7f);
}

Teal Coastal color palette created on .