Teal Beach Color Palette

Discover the beautiful Teal Beach color palette featuring boston blue (#389cab), downy (#71c3d1), jagged ice (#b5e1e3), almond (#efe4c5) and froly (#f28881).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Cream, Fun, Pink, Soft, Summer, Teal 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 Beach palette

Share this palette to:

💻 Teal Beach color palette CSS

/* CSS */
.color-1 {
color: #389cab;
}
.color-2 {
color: #71c3d1;
}
.color-3 {
color: #b5e1e3;
}
.color-4 {
color: #efe4c5;
}
.color-5 {
color: #f28881;
}

/* CSS Variables */
:root {
--color-1: #389cab;
--color-2: #71c3d1;
--color-3: #b5e1e3;
--color-4: #efe4c5;
--color-5: #f28881;
}

🌈 Teal Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #389cab, #71c3d1, #b5e1e3, #efe4c5, #f28881);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #389cab, #71c3d1, #b5e1e3, #efe4c5, #f28881);
}

Teal Beach color palette created on .