Rusty Brown Color Palette
Discover the beautiful Rusty Brown color palette featuring santa fe (#b76b4e), tan (#cda589), cashmere (#e8c8ab), albescent white (#f5e1d1) and shilo (#e8beb0).
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 Rusty Brown palette
💻 Rusty Brown color palette CSS
/* CSS */
.color-1 {
color: #b76b4e;
}
.color-2 {
color: #cda589;
}
.color-3 {
color: #e8c8ab;
}
.color-4 {
color: #f5e1d1;
}
.color-5 {
color: #e8beb0;
}
/* CSS Variables */
:root {
--color-1: #b76b4e;
--color-2: #cda589;
--color-3: #e8c8ab;
--color-4: #f5e1d1;
--color-5: #e8beb0;
}
🌈 Rusty Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b76b4e, #cda589, #e8c8ab, #f5e1d1, #e8beb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b76b4e, #cda589, #e8c8ab, #f5e1d1, #e8beb0);
}
🔗 Explore similar color palettes
Rusty Brown color palette created on .