Iron Blood Color Palette

Discover the beautiful Iron Blood color palette featuring persian plum (#6b1f24), au chico (#a35c61), eunry (#d2aaa3), tulip tree (#e6a83d) and tuscany (#b85e2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Brown, Earthy, Vintage, Autumn, Deep, Fire, Masculine, 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 Blood palette

Share this palette to:

💻 Iron Blood color palette CSS

/* CSS */
.color-1 {
color: #6b1f24;
}
.color-2 {
color: #a35c61;
}
.color-3 {
color: #d2aaa3;
}
.color-4 {
color: #e6a83d;
}
.color-5 {
color: #b85e2e;
}

/* CSS Variables */
:root {
--color-1: #6b1f24;
--color-2: #a35c61;
--color-3: #d2aaa3;
--color-4: #e6a83d;
--color-5: #b85e2e;
}

🌈 Iron Blood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b1f24, #a35c61, #d2aaa3, #e6a83d, #b85e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b1f24, #a35c61, #d2aaa3, #e6a83d, #b85e2e);
}

Iron Blood color palette created on .