Military Lab Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Military Lab palette
Military Lab color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Military Lab color palette created on .