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