Silver Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Silver Shades palette

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

Silver Shades カラー パレット PNG 画像

Download silver shades color palette PNG image (landscape)
Download silver shades color palette PNG image (square)

Silver Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #8f8f8f;
}
.color-4 {
color: #808080;
}
.color-5 {
color: #5e5e5e;
}

/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #b0b0b0;
--color-3: #8f8f8f;
--color-4: #808080;
--color-5: #5e5e5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #b0b0b0, #8f8f8f, #808080, #5e5e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #b0b0b0, #8f8f8f, #808080, #5e5e5e);
}

Silver Shades color palette created on .