Battlefield Camouflage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Battlefield Camouflage palette

このパレットを共有する先:

Battlefield Camouflage カラーパレット CSS

/* 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;
}

Battlefield Camouflage の背景のグラデーション CSS

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

Battlefield Camouflage color palette created on .