Military Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Military Green palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Military Green カラーパレット (PNG) をダウンロード
Military Green カラーパレット CSS
/* CSS */
.color-1 {
color: #7a993d;
}
.color-2 {
color: #4a5d3c;
}
.color-3 {
color: #304b35;
}
.color-4 {
color: #1d3a29;
}
.color-5 {
color: #0f291c;
}
/* CSS Variables */
:root {
--color-1: #7a993d;
--color-2: #4a5d3c;
--color-3: #304b35;
--color-4: #1d3a29;
--color-5: #0f291c;
}
Military Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a993d, #4a5d3c, #304b35, #1d3a29, #0f291c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a993d, #4a5d3c, #304b35, #1d3a29, #0f291c);
}
似たようなカラーパレット
Military Green color palette created on .