Tactical Shadows カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tactical Shadows palette
Tactical Shadows カラーパレット CSS
/* CSS */
.color-1 {
color: #403d2b;
}
.color-2 {
color: #5a594e;
}
.color-3 {
color: #7c7b6e;
}
.color-4 {
color: #9fa78b;
}
.color-5 {
color: #c0c5b4;
}
/* CSS Variables */
:root {
--color-1: #403d2b;
--color-2: #5a594e;
--color-3: #7c7b6e;
--color-4: #9fa78b;
--color-5: #c0c5b4;
}
Tactical Shadows の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403d2b, #5a594e, #7c7b6e, #9fa78b, #c0c5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403d2b, #5a594e, #7c7b6e, #9fa78b, #c0c5b4);
}
似たようなカラーパレット
Tactical Shadows color palette created on .