Teal Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Earth palette
Teal Earth color palette CSS
/* CSS */
.color-1 {
color: #497c92;
}
.color-2 {
color: #6cb7a2;
}
.color-3 {
color: #9dd8af;
}
.color-4 {
color: #e2c5a6;
}
.color-5 {
color: #d9b99b;
}
/* CSS Variables */
:root {
--color-1: #497c92;
--color-2: #6cb7a2;
--color-3: #9dd8af;
--color-4: #e2c5a6;
--color-5: #d9b99b;
}
Teal Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497c92, #6cb7a2, #9dd8af, #e2c5a6, #d9b99b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497c92, #6cb7a2, #9dd8af, #e2c5a6, #d9b99b);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Teal Earth color palette created on .