Muted Teal and White Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Teal and White palette
Muted Teal and White color palette CSS
/* CSS */
.color-1 {
color: #e4f6f5;
}
.color-2 {
color: #b1e1e2;
}
.color-3 {
color: #a8c4c7;
}
.color-4 {
color: #d9d9d9;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #e4f6f5;
--color-2: #b1e1e2;
--color-3: #a8c4c7;
--color-4: #d9d9d9;
--color-5: #ffffff;
}
Muted Teal and White background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4f6f5, #b1e1e2, #a8c4c7, #d9d9d9, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4f6f5, #b1e1e2, #a8c4c7, #d9d9d9, #ffffff);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Muted Teal and White color palette created on .