Autumn Woods カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn Woods palette
Autumn Woods カラー パレット PNG 画像
Autumn Woods カラーパレット CSS
/* CSS */
.color-1 {
color: #6a2929;
}
.color-2 {
color: #866541;
}
.color-3 {
color: #4e3b31;
}
.color-4 {
color: #d4c5a0;
}
.color-5 {
color: #4d7a4d;
}
/* CSS Variables */
:root {
--color-1: #6a2929;
--color-2: #866541;
--color-3: #4e3b31;
--color-4: #d4c5a0;
--color-5: #4d7a4d;
}
Autumn Woods の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2929, #866541, #4e3b31, #d4c5a0, #4d7a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2929, #866541, #4e3b31, #d4c5a0, #4d7a4d);
}
似たようなカラーパレット
Autumn Woods color palette created on .