Military Greens Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Military Greens palette

Share this palette to:

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);
}

Similar color palettes

Military Greens color palette created on .