Steel Sword カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Steel Sword palette
Steel Sword カラー パレット PNG 画像
Steel Sword カラーパレット CSS
/* CSS */
.color-1 {
color: #7d828c;
}
.color-2 {
color: #5a6268;
}
.color-3 {
color: #424748;
}
.color-4 {
color: #c9cdcf;
}
.color-5 {
color: #e2e4e2;
}
/* CSS Variables */
:root {
--color-1: #7d828c;
--color-2: #5a6268;
--color-3: #424748;
--color-4: #c9cdcf;
--color-5: #e2e4e2;
}
Steel Sword の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d828c, #5a6268, #424748, #c9cdcf, #e2e4e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d828c, #5a6268, #424748, #c9cdcf, #e2e4e2);
}
似たようなカラーパレット
Steel Sword color palette created on .