Pixel Game Bread Color Palette

Discover the beautiful Pixel Game Bread color palette featuring grain brown (#e3ceb0), tan (#d0b18a), santa fe (#aa6a55), lotus (#7d3b3b) and woody brown (#4c2f2f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Red, Earthy, Warm, Wood, Toast 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 Pixel Game Bread palette

Share this palette to:

💻 Pixel Game Bread color palette CSS

/* CSS */
.color-1 {
color: #e3ceb0;
}
.color-2 {
color: #d0b18a;
}
.color-3 {
color: #aa6a55;
}
.color-4 {
color: #7d3b3b;
}
.color-5 {
color: #4c2f2f;
}

/* CSS Variables */
:root {
--color-1: #e3ceb0;
--color-2: #d0b18a;
--color-3: #aa6a55;
--color-4: #7d3b3b;
--color-5: #4c2f2f;
}

🌈 Pixel Game Bread background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3ceb0, #d0b18a, #aa6a55, #7d3b3b, #4c2f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3ceb0, #d0b18a, #aa6a55, #7d3b3b, #4c2f2f);
}

Pixel Game Bread color palette created on .