Woodland Wanderlust Color Palette

Discover the beautiful Woodland Wanderlust color palette featuring dingley (#5b784a), norway (#a9c4a1), willow brook (#e2eedd), tacha (#d4b75e) and santa fe (#aa6d55).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Forest, Green, Nature color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Woodland Wanderlust palette

Share this palette to:

💻 Woodland Wanderlust color palette CSS

/* CSS */
.color-1 {
color: #5b784a;
}
.color-2 {
color: #a9c4a1;
}
.color-3 {
color: #e2eedd;
}
.color-4 {
color: #d4b75e;
}
.color-5 {
color: #aa6d55;
}

/* CSS Variables */
:root {
--color-1: #5b784a;
--color-2: #a9c4a1;
--color-3: #e2eedd;
--color-4: #d4b75e;
--color-5: #aa6d55;
}

🌈 Woodland Wanderlust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b784a, #a9c4a1, #e2eedd, #d4b75e, #aa6d55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b784a, #a9c4a1, #e2eedd, #d4b75e, #aa6d55);
}

Woodland Wanderlust color palette created on .