Shades of Silver カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Silver palette

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

Shades of Silver カラーパレット CSS

/* CSS */
.color-1 {
color: #a9b4c1;
}
.color-2 {
color: #c0c8d8;
}
.color-3 {
color: #d9d9d9;
}
.color-4 {
color: #e6e6e6;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #a9b4c1;
--color-2: #c0c8d8;
--color-3: #d9d9d9;
--color-4: #e6e6e6;
--color-5: #f2f2f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9b4c1, #c0c8d8, #d9d9d9, #e6e6e6, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9b4c1, #c0c8d8, #d9d9d9, #e6e6e6, #f2f2f2);
}

Shades of Silver color palette created on .