Battlefield Camouflage Color Palette

Discover the beautiful Battlefield Camouflage color palette featuring chalet green (#4c703e), chelsea cucumber (#7f9c49), earls green (#a7c43b), wattle (#e1d03d) and brandy punch (#d67d29).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Bright, Fun, Summer 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 Battlefield Camouflage palette

Share this palette to:

💻 Battlefield Camouflage color palette CSS

/* CSS */
.color-1 {
color: #4c703e;
}
.color-2 {
color: #7f9c49;
}
.color-3 {
color: #a7c43b;
}
.color-4 {
color: #e1d03d;
}
.color-5 {
color: #d67d29;
}

/* CSS Variables */
:root {
--color-1: #4c703e;
--color-2: #7f9c49;
--color-3: #a7c43b;
--color-4: #e1d03d;
--color-5: #d67d29;
}

🌈 Battlefield Camouflage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c703e, #7f9c49, #a7c43b, #e1d03d, #d67d29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c703e, #7f9c49, #a7c43b, #e1d03d, #d67d29);
}

Battlefield Camouflage color palette created on .