Teal Fern Color Palette

Discover the beautiful Teal Fern color palette featuring gum leaf (#a9d6bb), acapulco (#80b7a3), breaker bay (#509b90), paradiso (#2c7d7d) and green pea (#1a5b5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Nature, 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 Fern palette

Share this palette to:

💻 Teal Fern color palette CSS

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #80b7a3;
}
.color-3 {
color: #509b90;
}
.color-4 {
color: #2c7d7d;
}
.color-5 {
color: #1a5b5b;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #80b7a3;
--color-3: #509b90;
--color-4: #2c7d7d;
--color-5: #1a5b5b;
}

🌈 Teal Fern background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #80b7a3, #509b90, #2c7d7d, #1a5b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #80b7a3, #509b90, #2c7d7d, #1a5b5b);
}

Teal Fern color palette created on .