Teal Barnacles Color Palette

Discover the beautiful Teal Barnacles color palette featuring fiord (#3f5a64), acapulco (#7ab3a1), moss green (#a7d7b6), wheat (#f4e2b4) and terracotta (#e0705c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Teal, Bright, 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 Barnacles palette

Share this palette to:

💻 Teal Barnacles color palette CSS

/* CSS */
.color-1 {
color: #3f5a64;
}
.color-2 {
color: #7ab3a1;
}
.color-3 {
color: #a7d7b6;
}
.color-4 {
color: #f4e2b4;
}
.color-5 {
color: #e0705c;
}

/* CSS Variables */
:root {
--color-1: #3f5a64;
--color-2: #7ab3a1;
--color-3: #a7d7b6;
--color-4: #f4e2b4;
--color-5: #e0705c;
}

🌈 Teal Barnacles background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f5a64, #7ab3a1, #a7d7b6, #f4e2b4, #e0705c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f5a64, #7ab3a1, #a7d7b6, #f4e2b4, #e0705c);
}

Teal Barnacles color palette created on .