Burning Forest Color Palette

Discover the beautiful Burning Forest color palette featuring lotus (#7f3d3d), sepia skin (#a45a3d), raw sienna (#d67d3d), sandy brown (#f0a14c) and rajah (#f7c76e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFire, Dark, Forest, Orange, Brown, Yellow, Autumn, Earthy, Warm, Woodland 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 Burning Forest palette

Share this palette to:

💻 Burning Forest color palette CSS

/* CSS */
.color-1 {
color: #7f3d3d;
}
.color-2 {
color: #a45a3d;
}
.color-3 {
color: #d67d3d;
}
.color-4 {
color: #f0a14c;
}
.color-5 {
color: #f7c76e;
}

/* CSS Variables */
:root {
--color-1: #7f3d3d;
--color-2: #a45a3d;
--color-3: #d67d3d;
--color-4: #f0a14c;
--color-5: #f7c76e;
}

🌈 Burning Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f3d3d, #a45a3d, #d67d3d, #f0a14c, #f7c76e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f3d3d, #a45a3d, #d67d3d, #f0a14c, #f7c76e);
}

Burning Forest color palette created on .