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: #d5d4d8;
}
.color-2 {
color: #a7a4ad;
}
.color-3 {
color: #7c7a85;
}
.color-4 {
color: #5b595f;
}
.color-5 {
color: #3c3b3f;
}

/* CSS Variables */
:root {
--color-1: #d5d4d8;
--color-2: #a7a4ad;
--color-3: #7c7a85;
--color-4: #5b595f;
--color-5: #3c3b3f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d4d8, #a7a4ad, #7c7a85, #5b595f, #3c3b3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d4d8, #a7a4ad, #7c7a85, #5b595f, #3c3b3f);
}

Shades of Silver color palette created on .