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: #a3d7e0;
}
.color-2 {
color: #f6c6b6;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #f9b85d;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #f6c6b6;
--color-3: #f7e6a1;
--color-4: #f9b85d;
--color-5: #d8544f;
}
Muted Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #f6c6b6, #f7e6a1, #f9b85d, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #f6c6b6, #f7e6a1, #f9b85d, #d8544f);
}
Similar color palettes
Muted Teal color palette created on .