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