Paleta de colores Battlefield Camouflage
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Battlefield Camouflage palette
CSS de la paleta de colores Battlefield Camouflage
/* CSS */
.color-1 {
color: #4c703e;
}
.color-2 {
color: #7f9c49;
}
.color-3 {
color: #a7c43b;
}
.color-4 {
color: #e1d03d;
}
.color-5 {
color: #d67d29;
}
/* CSS Variables */
:root {
--color-1: #4c703e;
--color-2: #7f9c49;
--color-3: #a7c43b;
--color-4: #e1d03d;
--color-5: #d67d29;
}
CSS del degradado de fondo Battlefield Camouflage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c703e, #7f9c49, #a7c43b, #e1d03d, #d67d29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c703e, #7f9c49, #a7c43b, #e1d03d, #d67d29);
}
Paletas de colores similares
Battlefield Camouflage color palette created on .