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