Teal Android Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Android palette
Teal Android color palette CSS
/* CSS */
.color-1 {
color: #7affb8;
}
.color-2 {
color: #4dc7a6;
}
.color-3 {
color: #2ea38a;
}
.color-4 {
color: #1e8a6a;
}
.color-5 {
color: #1b6f5e;
}
/* CSS Variables */
:root {
--color-1: #7affb8;
--color-2: #4dc7a6;
--color-3: #2ea38a;
--color-4: #1e8a6a;
--color-5: #1b6f5e;
}
Teal Android background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7affb8, #4dc7a6, #2ea38a, #1e8a6a, #1b6f5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7affb8, #4dc7a6, #2ea38a, #1e8a6a, #1b6f5e);
}
Similar color palettes
Teal Android color palette created on .