Gingerbread Mocha Color Palette

Discover the beautiful Gingerbread Mocha color palette featuring ironstone (#794a39), santa fe (#b47955), tan (#c7aa7a), stark white (#e6d6c1) and shingle fawn (#6a4c39).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Cream, Earthy, Neutral, 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 Gingerbread Mocha palette

Share this palette to:

💻 Gingerbread Mocha color palette CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #b47955;
}
.color-3 {
color: #c7aa7a;
}
.color-4 {
color: #e6d6c1;
}
.color-5 {
color: #6a4c39;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #b47955;
--color-3: #c7aa7a;
--color-4: #e6d6c1;
--color-5: #6a4c39;
}

🌈 Gingerbread Mocha background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #b47955, #c7aa7a, #e6d6c1, #6a4c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #b47955, #c7aa7a, #e6d6c1, #6a4c39);
}

Gingerbread Mocha color palette created on .