Forest Walk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Walk palette
Color Inspiration
Images that showcase this color palette in real designs
Download Forest Walk Color Palette (PNG)
Forest Walk color palette CSS
/* CSS */
.color-1 {
color: #3b3b26;
}
.color-2 {
color: #50502b;
}
.color-3 {
color: #5b4e39;
}
.color-4 {
color: #9a7a5b;
}
.color-5 {
color: #747b4c;
}
/* CSS Variables */
:root {
--color-1: #3b3b26;
--color-2: #50502b;
--color-3: #5b4e39;
--color-4: #9a7a5b;
--color-5: #747b4c;
}
Forest Walk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3b26, #50502b, #5b4e39, #9a7a5b, #747b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3b26, #50502b, #5b4e39, #9a7a5b, #747b4c);
}
Similar color palettes
Forest Walk color palette created on .