Bear Color Palette

Discover the beautiful Bear color palette featuring ironstone (#7e4b3a), indian khaki (#c4a18d), janna (#f3e3d3), manhattan (#f8c59b) and burnt sienna (#e46b3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Forest, Nature, Orange, Soft, Vintage, Warm color palettes and combinations.

💡 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 Bear palette

Share this palette to:

💻 Bear color palette CSS

/* CSS */
.color-1 {
color: #7e4b3a;
}
.color-2 {
color: #c4a18d;
}
.color-3 {
color: #f3e3d3;
}
.color-4 {
color: #f8c59b;
}
.color-5 {
color: #e46b3f;
}

/* CSS Variables */
:root {
--color-1: #7e4b3a;
--color-2: #c4a18d;
--color-3: #f3e3d3;
--color-4: #f8c59b;
--color-5: #e46b3f;
}

🌈 Bear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4b3a, #c4a18d, #f3e3d3, #f8c59b, #e46b3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4b3a, #c4a18d, #f3e3d3, #f8c59b, #e46b3f);
}

Bear color palette created on .