Burned Forest Color Palette

Discover the beautiful Burned Forest color palette featuring mondo (#4e3b31), spicy mix (#8f5c4d), laser (#c4a96e), straw (#d5ba7c) and parchment (#f2e6d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Green, Earthy, Nature, Warm, Woodland, Autumn, Neutral 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 Burned Forest palette

Share this palette to:

💻 Burned Forest color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #8f5c4d;
}
.color-3 {
color: #c4a96e;
}
.color-4 {
color: #d5ba7c;
}
.color-5 {
color: #f2e6d4;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #8f5c4d;
--color-3: #c4a96e;
--color-4: #d5ba7c;
--color-5: #f2e6d4;
}

🌈 Burned Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #8f5c4d, #c4a96e, #d5ba7c, #f2e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #8f5c4d, #c4a96e, #d5ba7c, #f2e6d4);
}

Burned Forest color palette created on .