Shades of Silver Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Silver Whisper palette

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

Shades of Silver Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #ebebeb;
}
.color-2 {
color: #c9c9c9;
}
.color-3 {
color: #a8a8a8;
}
.color-4 {
color: #878787;
}
.color-5 {
color: #666666;
}

/* CSS Variables */
:root {
--color-1: #ebebeb;
--color-2: #c9c9c9;
--color-3: #a8a8a8;
--color-4: #878787;
--color-5: #666666;
}

Shades of Silver Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebebeb, #c9c9c9, #a8a8a8, #878787, #666666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebebeb, #c9c9c9, #a8a8a8, #878787, #666666);
}

Shades of Silver Whisper color palette created on .