Whispers of Steel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Steel palette

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

Whispers of Steel カラーパレット CSS

/* CSS */
.color-1 {
color: #d8dad8;
}
.color-2 {
color: #b1b4b1;
}
.color-3 {
color: #8b8d8b;
}
.color-4 {
color: #5f6363;
}
.color-5 {
color: #393c39;
}

/* CSS Variables */
:root {
--color-1: #d8dad8;
--color-2: #b1b4b1;
--color-3: #8b8d8b;
--color-4: #5f6363;
--color-5: #393c39;
}

Whispers of Steel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8dad8, #b1b4b1, #8b8d8b, #5f6363, #393c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8dad8, #b1b4b1, #8b8d8b, #5f6363, #393c39);
}

Whispers of Steel color palette created on .