Army Greens Color Palette

Discover the beautiful Army Greens color palette featuring woodland (#4b552a), dingley (#6a7c4b), chelsea cucumber (#8da85d), rainee (#b4c9a6) and tasman (#d5e2d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Forest, Green, Modern, Nature, Soft, Summer, 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 Army Greens palette

Share this palette to:

💻 Army Greens color palette CSS

/* CSS */
.color-1 {
color: #4b552a;
}
.color-2 {
color: #6a7c4b;
}
.color-3 {
color: #8da85d;
}
.color-4 {
color: #b4c9a6;
}
.color-5 {
color: #d5e2d4;
}

/* CSS Variables */
:root {
--color-1: #4b552a;
--color-2: #6a7c4b;
--color-3: #8da85d;
--color-4: #b4c9a6;
--color-5: #d5e2d4;
}

🌈 Army Greens background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b552a, #6a7c4b, #8da85d, #b4c9a6, #d5e2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b552a, #6a7c4b, #8da85d, #b4c9a6, #d5e2d4);
}

Army Greens color palette created on .