Gold Military カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gold Military palette
Gold Military カラーパレット CSS
/* CSS */
.color-1 {
color: #4b4a3a;
}
.color-2 {
color: #897a39;
}
.color-3 {
color: #b3a34d;
}
.color-4 {
color: #ccbe7b;
}
.color-5 {
color: #e5c16c;
}
/* CSS Variables */
:root {
--color-1: #4b4a3a;
--color-2: #897a39;
--color-3: #b3a34d;
--color-4: #ccbe7b;
--color-5: #e5c16c;
}
Gold Military の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4a3a, #897a39, #b3a34d, #ccbe7b, #e5c16c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4a3a, #897a39, #b3a34d, #ccbe7b, #e5c16c);
}
似たようなカラーパレット
Gold Military color palette created on .