Neutral Forest Color Palette

Discover the beautiful Neutral Forest color palette featuring raffia (#e9d3b9), mongoose (#b29c7b), bone (#e4d6c8), summer green (#9ab7a1) and killarney (#2e5c3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Cream, Earthy, Green, Muted, Nature, Sage, Warm 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 Neutral Forest palette

Share this palette to:

💻 Neutral Forest color palette CSS

/* CSS */
.color-1 {
color: #e9d3b9;
}
.color-2 {
color: #b29c7b;
}
.color-3 {
color: #e4d6c8;
}
.color-4 {
color: #9ab7a1;
}
.color-5 {
color: #2e5c3d;
}

/* CSS Variables */
:root {
--color-1: #e9d3b9;
--color-2: #b29c7b;
--color-3: #e4d6c8;
--color-4: #9ab7a1;
--color-5: #2e5c3d;
}

🌈 Neutral Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3b9, #b29c7b, #e4d6c8, #9ab7a1, #2e5c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3b9, #b29c7b, #e4d6c8, #9ab7a1, #2e5c3d);
}

Neutral Forest color palette created on .