Shades of Silver カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Silver palette

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

Shades of Silver カラーパレット (PNG) をダウンロード

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

Shades of Silver カラーパレット CSS

/* CSS */
.color-1 {
color: #c9c9c9;
}
.color-2 {
color: #b5b5b5;
}
.color-3 {
color: #a1a1a1;
}
.color-4 {
color: #8c8c8c;
}
.color-5 {
color: #737373;
}

/* CSS Variables */
:root {
--color-1: #c9c9c9;
--color-2: #b5b5b5;
--color-3: #a1a1a1;
--color-4: #8c8c8c;
--color-5: #737373;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9c9c9, #b5b5b5, #a1a1a1, #8c8c8c, #737373);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9c9c9, #b5b5b5, #a1a1a1, #8c8c8c, #737373);
}

Shades of Silver color palette created on .