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