Loading...
Muted Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Teal palette
Download Muted Teal Color Palette (PNG)
Muted Teal color palette CSS
/* CSS */
.color-1 {
color: #5a8c7b;
}
.color-2 {
color: #a6c5b9;
}
.color-3 {
color: #f2e2d4;
}
.color-4 {
color: #e8a8a1;
}
.color-5 {
color: #b34d5f;
}
/* CSS Variables */
:root {
--color-1: #5a8c7b;
--color-2: #a6c5b9;
--color-3: #f2e2d4;
--color-4: #e8a8a1;
--color-5: #b34d5f;
}
Muted Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c7b, #a6c5b9, #f2e2d4, #e8a8a1, #b34d5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c7b, #a6c5b9, #f2e2d4, #e8a8a1, #b34d5f);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Muted Teal color palette created on .