Bison Hide Color Palette
Discover the beautiful Bison Hide color palette featuring sisal (#d1c7b7), malta (#bfad9c), donkey brown (#a68c7d), roman coffee (#795a4e) and judge gray (#4e3a2d).
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 Bison Hide palette
💻 Bison Hide color palette CSS
/* CSS */
.color-1 {
color: #d1c7b7;
}
.color-2 {
color: #bfad9c;
}
.color-3 {
color: #a68c7d;
}
.color-4 {
color: #795a4e;
}
.color-5 {
color: #4e3a2d;
}
/* CSS Variables */
:root {
--color-1: #d1c7b7;
--color-2: #bfad9c;
--color-3: #a68c7d;
--color-4: #795a4e;
--color-5: #4e3a2d;
} 🌈 Bison Hide background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7b7, #bfad9c, #a68c7d, #795a4e, #4e3a2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7b7, #bfad9c, #a68c7d, #795a4e, #4e3a2d);
} 🔗 Explore similar color palettes
Bison Hide color palette created on .