Shades of Silver カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Silver palette
Shades of Silver カラーパレット CSS
/* CSS */
.color-1 {
color: #a6b1b5;
}
.color-2 {
color: #c5d7d8;
}
.color-3 {
color: #d9e6e7;
}
.color-4 {
color: #f0f8f9;
}
.color-5 {
color: #e2f1f3;
}
/* CSS Variables */
:root {
--color-1: #a6b1b5;
--color-2: #c5d7d8;
--color-3: #d9e6e7;
--color-4: #f0f8f9;
--color-5: #e2f1f3;
}
Shades of Silver の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b1b5, #c5d7d8, #d9e6e7, #f0f8f9, #e2f1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b1b5, #c5d7d8, #d9e6e7, #f0f8f9, #e2f1f3);
}
似たようなカラーパレット
Shades of Silver color palette created on .