Iron & Auburn Color Palette
Discover the beautiful Iron & Auburn color palette featuring copper rust (#8c4a4d), santa fe (#b66a49), di serria (#d89e5f), golden sand (#f1c379) and peach yellow (#f9e9a9).
Brightness
Saturation
Warmth
💡 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 & Auburn palette
💻 Iron & Auburn color palette CSS
/* CSS */
.color-1 {
color: #8c4a4d;
}
.color-2 {
color: #b66a49;
}
.color-3 {
color: #d89e5f;
}
.color-4 {
color: #f1c379;
}
.color-5 {
color: #f9e9a9;
}
/* CSS Variables */
:root {
--color-1: #8c4a4d;
--color-2: #b66a49;
--color-3: #d89e5f;
--color-4: #f1c379;
--color-5: #f9e9a9;
}
🌈 Iron & Auburn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4a4d, #b66a49, #d89e5f, #f1c379, #f9e9a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4a4d, #b66a49, #d89e5f, #f1c379, #f9e9a9);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Iron & Auburn color palette created on .