Burned Fantasy Color Palette

Discover the beautiful Burned Fantasy color palette featuring buccaneer (#682c2f), copper (#b56c30), tumbleweed (#d7b77e), mine shaft (#3d3d3d) and mocha (#7d2e1c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFire, Forest, Burned, Dark, Orange, Brown, Gray, Earthy, Autumn, Red 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 Fantasy palette

Share this palette to:

💻 Burned Fantasy color palette CSS

/* CSS */
.color-1 {
color: #682c2f;
}
.color-2 {
color: #b56c30;
}
.color-3 {
color: #d7b77e;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #7d2e1c;
}

/* CSS Variables */
:root {
--color-1: #682c2f;
--color-2: #b56c30;
--color-3: #d7b77e;
--color-4: #3d3d3d;
--color-5: #7d2e1c;
}

🌈 Burned Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c2f, #b56c30, #d7b77e, #3d3d3d, #7d2e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c2f, #b56c30, #d7b77e, #3d3d3d, #7d2e1c);
}

Burned Fantasy color palette created on .