Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest palette

Share this palette to:

Download Forest Color Palette (PNG)

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

Forest color palette CSS

/* CSS */
.color-1 {
color: #3a6a2f;
}
.color-2 {
color: #5b893e;
}
.color-3 {
color: #8bbb58;
}
.color-4 {
color: #b4d97d;
}
.color-5 {
color: #e1f3a5;
}

/* CSS Variables */
:root {
--color-1: #3a6a2f;
--color-2: #5b893e;
--color-3: #8bbb58;
--color-4: #b4d97d;
--color-5: #e1f3a5;
}

Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6a2f, #5b893e, #8bbb58, #b4d97d, #e1f3a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6a2f, #5b893e, #8bbb58, #b4d97d, #e1f3a5);
}

Forest color palette created on .