Shades of Iron カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Iron palette
Shades of Iron カラーパレット (PNG) をダウンロード
Shades of Iron カラーパレット CSS
/* CSS */
.color-1 {
color: #afb3b6;
}
.color-2 {
color: #7d7e82;
}
.color-3 {
color: #5c5d61;
}
.color-4 {
color: #3b3d3f;
}
.color-5 {
color: #1b1c1d;
}
/* CSS Variables */
:root {
--color-1: #afb3b6;
--color-2: #7d7e82;
--color-3: #5c5d61;
--color-4: #3b3d3f;
--color-5: #1b1c1d;
}
Shades of Iron の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb3b6, #7d7e82, #5c5d61, #3b3d3f, #1b1c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb3b6, #7d7e82, #5c5d61, #3b3d3f, #1b1c1d);
}
似たようなカラーパレット
Shades of Iron color palette created on .