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