Iron Infidel Color Palette

Discover the beautiful Iron Infidel color palette featuring matterhorn (#4b3c3a), russett (#7b5c56), malta (#bfaf9c), bone (#e7d0c6) and shilo (#eab4b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Coastal, Deep, Earthy, Gray, Neutral, Red, Soft, Vintage, 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 Iron Infidel palette

Share this palette to:

💻 Iron Infidel color palette CSS

/* CSS */
.color-1 {
color: #4b3c3a;
}
.color-2 {
color: #7b5c56;
}
.color-3 {
color: #bfaf9c;
}
.color-4 {
color: #e7d0c6;
}
.color-5 {
color: #eab4b3;
}

/* CSS Variables */
:root {
--color-1: #4b3c3a;
--color-2: #7b5c56;
--color-3: #bfaf9c;
--color-4: #e7d0c6;
--color-5: #eab4b3;
}

🌈 Iron Infidel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c3a, #7b5c56, #bfaf9c, #e7d0c6, #eab4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c3a, #7b5c56, #bfaf9c, #e7d0c6, #eab4b3);
}

Iron Infidel color palette created on .