Muted Teal and Salmon Color Palette

Discover the beautiful Muted Teal and Salmon color palette featuring breaker bay (#4b9b8e), tradewind (#69b0a5), shadow green (#9bc5b5), cashmere (#e2b5a1) and tonys pink (#e69d89).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTeal, Aesthetic, Muted, Earthy 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 Muted Teal and Salmon palette

Share this palette to:

💻 Muted Teal and Salmon color palette CSS

/* CSS */
.color-1 {
color: #4b9b8e;
}
.color-2 {
color: #69b0a5;
}
.color-3 {
color: #9bc5b5;
}
.color-4 {
color: #e2b5a1;
}
.color-5 {
color: #e69d89;
}

/* CSS Variables */
:root {
--color-1: #4b9b8e;
--color-2: #69b0a5;
--color-3: #9bc5b5;
--color-4: #e2b5a1;
--color-5: #e69d89;
}

🌈 Muted Teal and Salmon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b8e, #69b0a5, #9bc5b5, #e2b5a1, #e69d89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b8e, #69b0a5, #9bc5b5, #e2b5a1, #e69d89);
}

Muted Teal and Salmon color palette created on .