Brown Bear Hues Color Palette
Discover the beautiful Brown Bear Hues color palette featuring yellow metal (#795939), muddy waters (#b68a58), cameo (#dab295), mandys pink (#f1c1a7) and peach yellow (#fbd9b1).
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 Bear Hues palette
💻 Brown Bear Hues color palette CSS
/* CSS */
.color-1 {
color: #795939;
}
.color-2 {
color: #b68a58;
}
.color-3 {
color: #dab295;
}
.color-4 {
color: #f1c1a7;
}
.color-5 {
color: #fbd9b1;
}
/* CSS Variables */
:root {
--color-1: #795939;
--color-2: #b68a58;
--color-3: #dab295;
--color-4: #f1c1a7;
--color-5: #fbd9b1;
} 🌈 Brown Bear Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795939, #b68a58, #dab295, #f1c1a7, #fbd9b1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795939, #b68a58, #dab295, #f1c1a7, #fbd9b1);
} 🔗 Explore similar color palettes
Brown Bear Hues color palette created on .