Forest Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Shadows palette

Share this palette to:

Download Forest Shadows Color Palette (PNG)

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

Forest Shadows color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #dbdaa4;
}
.color-3 {
color: #6e6e53;
}
.color-4 {
color: #9e9d76;
}
.color-5 {
color: #41402f;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #dbdaa4;
--color-3: #6e6e53;
--color-4: #9e9d76;
--color-5: #41402f;
}

Forest Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #dbdaa4, #6e6e53, #9e9d76, #41402f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #dbdaa4, #6e6e53, #9e9d76, #41402f);
}

Forest Shadows color palette created on .