Muted Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Teal palette
Muted Teal color palette CSS
/* CSS */
.color-1 {
color: #7a9f9d;
}
.color-2 {
color: #4b817e;
}
.color-3 {
color: #4c6161;
}
.color-4 {
color: #9f605b;
}
.color-5 {
color: #d6a58a;
}
/* CSS Variables */
:root {
--color-1: #7a9f9d;
--color-2: #4b817e;
--color-3: #4c6161;
--color-4: #9f605b;
--color-5: #d6a58a;
}
Muted Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9f9d, #4b817e, #4c6161, #9f605b, #d6a58a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9f9d, #4b817e, #4c6161, #9f605b, #d6a58a);
}
Similar color palettes
Muted Teal color palette created on .