Tea Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tea Green palette

Share this palette to:

Download Tea Green Color Palette (PNG)

Download tea green color palette PNG image (landscape)
Download tea green color palette PNG image (square)

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);
}

Tea Green color palette created on .