Muted Teal Vintage Color Palette

Discover the beautiful Muted Teal Vintage color palette featuring elm (#1b7379), patina (#5b9a8a), regent st blue (#adc9e1), tana (#dcd4c1) and quicksand (#c09191).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTeal, Green, Blue, Cream, Earthy, Soft, Warm, Modern, Minimalist 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: #1b7379;
}
.color-2 {
color: #5b9a8a;
}
.color-3 {
color: #adc9e1;
}
.color-4 {
color: #dcd4c1;
}
.color-5 {
color: #c09191;
}

/* CSS Variables */
:root {
--color-1: #1b7379;
--color-2: #5b9a8a;
--color-3: #adc9e1;
--color-4: #dcd4c1;
--color-5: #c09191;
}

🌈 Muted Teal Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b7379, #5b9a8a, #adc9e1, #dcd4c1, #c09191);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b7379, #5b9a8a, #adc9e1, #dcd4c1, #c09191);
}

Muted Teal Vintage color palette created on .