Military Lab Color Palette

Discover the beautiful Military Lab color palette featuring pigeon post (#a1c1d4), wedgewood (#4c7d9a), fiord (#3d5a66), te papa green (#1f3a3d) and pale leaf (#c4d8c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Aqua, Blue, Earthy, Green, Modern, Soft, Teal, 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 Military Lab palette

Share this palette to:

💻 Military Lab color palette CSS

/* CSS */
.color-1 {
color: #a1c1d4;
}
.color-2 {
color: #4c7d9a;
}
.color-3 {
color: #3d5a66;
}
.color-4 {
color: #1f3a3d;
}
.color-5 {
color: #c4d8c0;
}

/* CSS Variables */
:root {
--color-1: #a1c1d4;
--color-2: #4c7d9a;
--color-3: #3d5a66;
--color-4: #1f3a3d;
--color-5: #c4d8c0;
}

🌈 Military Lab background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c1d4, #4c7d9a, #3d5a66, #1f3a3d, #c4d8c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c1d4, #4c7d9a, #3d5a66, #1f3a3d, #c4d8c0);
}

Military Lab color palette created on .