Freddy Fazbear Color Palette

Discover the beautiful Freddy Fazbear color palette featuring old copper (#7c5731), irish coffee (#624327), irish coffee (#593a21), cocoa bean (#432619) and night rider (#20130e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Deep, Dark, Warm, Wood, Autumn, Neutral, Masculine, Vintage 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 Fazbear palette

Share this palette to:

💻 Freddy Fazbear color palette CSS

/* CSS */
.color-1 {
color: #7c5731;
}
.color-2 {
color: #624327;
}
.color-3 {
color: #593a21;
}
.color-4 {
color: #432619;
}
.color-5 {
color: #20130e;
}

/* CSS Variables */
:root {
--color-1: #7c5731;
--color-2: #624327;
--color-3: #593a21;
--color-4: #432619;
--color-5: #20130e;
}

🌈 Freddy Fazbear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5731, #624327, #593a21, #432619, #20130e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5731, #624327, #593a21, #432619, #20130e);
}

Freddy Fazbear color palette created on .