Brown Old Color Palette
Discover the beautiful Brown Old color palette featuring tobacco brown (#78694a), twine (#c0a26d), anzac (#e2b03c), brown rust (#a96d3d) and irish coffee (#5c4028).
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 Brown Old palette
💻 Brown Old color palette CSS
/* CSS */
.color-1 {
color: #78694a;
}
.color-2 {
color: #c0a26d;
}
.color-3 {
color: #e2b03c;
}
.color-4 {
color: #a96d3d;
}
.color-5 {
color: #5c4028;
}
/* CSS Variables */
:root {
--color-1: #78694a;
--color-2: #c0a26d;
--color-3: #e2b03c;
--color-4: #a96d3d;
--color-5: #5c4028;
} 🌈 Brown Old background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78694a, #c0a26d, #e2b03c, #a96d3d, #5c4028);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78694a, #c0a26d, #e2b03c, #a96d3d, #5c4028);
} 🔗 Explore similar color palettes
Brown Old color palette created on .