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