Tea Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tea Green palette
Download Tea Green Color Palette (PNG)
Tea Green color palette CSS
/* CSS */
.color-1 {
color: #e5c49e;
}
.color-2 {
color: #c2af99;
}
.color-3 {
color: #a8a18f;
}
.color-4 {
color: #7c8e71;
}
.color-5 {
color: #4b7c66;
}
/* CSS Variables */
:root {
--color-1: #e5c49e;
--color-2: #c2af99;
--color-3: #a8a18f;
--color-4: #7c8e71;
--color-5: #4b7c66;
}
Tea Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c49e, #c2af99, #a8a18f, #7c8e71, #4b7c66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c49e, #c2af99, #a8a18f, #7c8e71, #4b7c66);
}
Similar color palettes
Tea Green color palette created on .