Muted Teal Vintage Color Palette

Discover the beautiful Muted Teal Vintage color palette featuring smalt blue (#4a7c8c), patina (#5b9a8a), norway (#a3b4a2), akaroa (#d1c39f) and gold sand (#e4b58b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTeal, Vintage, Green, Muted, Soft, Blue, Earthy, Retro, Cream, Amber 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 Vintage palette

Share this palette to:

💻 Muted Teal Vintage color palette CSS

/* CSS */
.color-1 {
color: #4a7c8c;
}
.color-2 {
color: #5b9a8a;
}
.color-3 {
color: #a3b4a2;
}
.color-4 {
color: #d1c39f;
}
.color-5 {
color: #e4b58b;
}

/* CSS Variables */
:root {
--color-1: #4a7c8c;
--color-2: #5b9a8a;
--color-3: #a3b4a2;
--color-4: #d1c39f;
--color-5: #e4b58b;
}

🌈 Muted Teal Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c8c, #5b9a8a, #a3b4a2, #d1c39f, #e4b58b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c8c, #5b9a8a, #a3b4a2, #d1c39f, #e4b58b);
}

Muted Teal Vintage color palette created on .