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