Muted Teal Vintage Color Palette
Discover the beautiful Muted Teal Vintage color palette featuring smalt blue (#4a7b8c), patina (#5b9a8a), norway (#a3b4a2), akaroa (#d1c49f) and gold sand (#e4b58b).
Brightness
Saturation
Warmth
๐ก 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
๐ป Muted Teal Vintage color palette CSS
/* CSS */
.color-1 {
color: #4a7b8c;
}
.color-2 {
color: #5b9a8a;
}
.color-3 {
color: #a3b4a2;
}
.color-4 {
color: #d1c49f;
}
.color-5 {
color: #e4b58b;
}
/* CSS Variables */
:root {
--color-1: #4a7b8c;
--color-2: #5b9a8a;
--color-3: #a3b4a2;
--color-4: #d1c49f;
--color-5: #e4b58b;
} ๐ Muted Teal Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7b8c, #5b9a8a, #a3b4a2, #d1c49f, #e4b58b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7b8c, #5b9a8a, #a3b4a2, #d1c49f, #e4b58b);
} ๐ Explore similar color palettes
Muted Teal Vintage color palette created on .