Steel Sword カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Steel Sword palette

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

Steel Sword カラー パレット PNG 画像

Download steel sword color palette PNG image (landscape)
Download steel sword color palette PNG image (square)

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 .