Freddy Bear Color Palette

Discover the beautiful Freddy Bear color palette featuring millbrook (#4f3b2b), leather (#9c6b4f), porsche (#e9a06d), cream can (#f4ba5d) and flame pea (#d45c3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Fun, 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 Freddy Bear palette

Share this palette to:

💻 Freddy Bear color palette CSS

/* CSS */
.color-1 {
color: #4f3b2b;
}
.color-2 {
color: #9c6b4f;
}
.color-3 {
color: #e9a06d;
}
.color-4 {
color: #f4ba5d;
}
.color-5 {
color: #d45c3a;
}

/* CSS Variables */
:root {
--color-1: #4f3b2b;
--color-2: #9c6b4f;
--color-3: #e9a06d;
--color-4: #f4ba5d;
--color-5: #d45c3a;
}

🌈 Freddy Bear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f3b2b, #9c6b4f, #e9a06d, #f4ba5d, #d45c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f3b2b, #9c6b4f, #e9a06d, #f4ba5d, #d45c3a);
}

Freddy Bear color palette created on .