Military Greens Color Palette
Discover the beautiful Military Greens color palette featuring kelp (#4b4d3d), go ben (#6d6f4d), avocado (#8a8e5d), olive green (#a5a84d) and celery (#c1c55e).
Brightness
Saturation
Warmth
💡 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 Military Greens palette
💻 Military Greens color palette CSS
/* CSS */
.color-1 {
color: #4b4d3d;
}
.color-2 {
color: #6d6f4d;
}
.color-3 {
color: #8a8e5d;
}
.color-4 {
color: #a5a84d;
}
.color-5 {
color: #c1c55e;
}
/* CSS Variables */
:root {
--color-1: #4b4d3d;
--color-2: #6d6f4d;
--color-3: #8a8e5d;
--color-4: #a5a84d;
--color-5: #c1c55e;
} 🌈 Military Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4d3d, #6d6f4d, #8a8e5d, #a5a84d, #c1c55e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4d3d, #6d6f4d, #8a8e5d, #a5a84d, #c1c55e);
} 🔗 Explore similar color palettes
Military Greens color palette created on .