Emerald Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Forest palette

Share this palette to:

Emerald Forest color palette PNG image

Download emerald forest color palette PNG image (landscape)
Download emerald forest color palette PNG image (square)

Emerald Forest color palette CSS

/* CSS */
.color-1 {
color: #6e8c3b;
}
.color-2 {
color: #4c6b4e;
}
.color-3 {
color: #3b4b2f;
}
.color-4 {
color: #2d3a22;
}
.color-5 {
color: #7a9b6f;
}

/* CSS Variables */
:root {
--color-1: #6e8c3b;
--color-2: #4c6b4e;
--color-3: #3b4b2f;
--color-4: #2d3a22;
--color-5: #7a9b6f;
}

Emerald Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e8c3b, #4c6b4e, #3b4b2f, #2d3a22, #7a9b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e8c3b, #4c6b4e, #3b4b2f, #2d3a22, #7a9b6f);
}

Emerald Forest color palette created on .