Hunger Games Color Palette

Discover the beautiful Hunger Games color palette featuring nutmeg (#7d4b2b), indian khaki (#c5a68c), ronchi (#f1b24b), conifer (#a3d251) and goblin (#3a8d3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Yellow, Green, Earthy, Summer, Bright, Forest, Retro, Vibrant 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 Hunger Games palette

Share this palette to:

💻 Hunger Games color palette CSS

/* CSS */
.color-1 {
color: #7d4b2b;
}
.color-2 {
color: #c5a68c;
}
.color-3 {
color: #f1b24b;
}
.color-4 {
color: #a3d251;
}
.color-5 {
color: #3a8d3b;
}

/* CSS Variables */
:root {
--color-1: #7d4b2b;
--color-2: #c5a68c;
--color-3: #f1b24b;
--color-4: #a3d251;
--color-5: #3a8d3b;
}

🌈 Hunger Games background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4b2b, #c5a68c, #f1b24b, #a3d251, #3a8d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4b2b, #c5a68c, #f1b24b, #a3d251, #3a8d3b);
}

Hunger Games color palette created on .