Soldier Color Palette

Discover the beautiful Soldier color palette featuring woodland (#495c23), pesto (#6a7e35), sycamore (#8e9a3c), celery (#aebe50) and tacha (#d1c157).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Earthy, Forest, Bright, Summer, Nature, Vibrant, Light Autumn, Modern 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 Soldier palette

Share this palette to:

💻 Soldier color palette CSS

/* CSS */
.color-1 {
color: #495c23;
}
.color-2 {
color: #6a7e35;
}
.color-3 {
color: #8e9a3c;
}
.color-4 {
color: #aebe50;
}
.color-5 {
color: #d1c157;
}

/* CSS Variables */
:root {
--color-1: #495c23;
--color-2: #6a7e35;
--color-3: #8e9a3c;
--color-4: #aebe50;
--color-5: #d1c157;
}

🌈 Soldier background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #495c23, #6a7e35, #8e9a3c, #aebe50, #d1c157);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #495c23, #6a7e35, #8e9a3c, #aebe50, #d1c157);
}

Soldier color palette created on .