Forest Canopy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Canopy palette

Share this palette to:

Forest Canopy color palette CSS

/* CSS */
.color-1 {
color: #496218;
}
.color-2 {
color: #bbad3e;
}
.color-3 {
color: #938d34;
}
.color-4 {
color: #6f7826;
}
.color-5 {
color: #a69e36;
}

/* CSS Variables */
:root {
--color-1: #496218;
--color-2: #bbad3e;
--color-3: #938d34;
--color-4: #6f7826;
--color-5: #a69e36;
}

Forest Canopy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496218, #bbad3e, #938d34, #6f7826, #a69e36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496218, #bbad3e, #938d34, #6f7826, #a69e36);
}

Similar color palettes

Forest Canopy color palette created on .