Muted Teal Vintage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Teal Vintage palette
Muted Teal Vintage color palette PNG image
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);
}
Similar color palettes
Muted Teal Vintage color palette created on .