Whispers of Silver Mist カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Silver Mist palette

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

Whispers of Silver Mist カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #eeeeed;
}
.color-3 {
color: #dbdbdb;
}
.color-4 {
color: #d9d9d8;
}
.color-5 {
color: #a7a4a0;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #eeeeed;
--color-3: #dbdbdb;
--color-4: #d9d9d8;
--color-5: #a7a4a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #eeeeed, #dbdbdb, #d9d9d8, #a7a4a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #eeeeed, #dbdbdb, #d9d9d8, #a7a4a0);
}

Whispers of Silver Mist color palette created on .