Paleta de colores Military Greens
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Military Greens palette
CSS de la paleta de colores Military Greens
/* 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;
}
CSS del degradado de fondo Military Greens
/* 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);
}
Paletas de colores similares
Military Greens color palette created on .