Autumn Ember Glow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn Ember Glow palette
Image Gallery
Autumn Ember Glow カラーパレット CSS
/* CSS */
.color-1 {
color: #fde081;
}
.color-2 {
color: #f6a355;
}
.color-3 {
color: #d16833;
}
.color-4 {
color: #a1381b;
}
.color-5 {
color: #782112;
}
/* CSS Variables */
:root {
--color-1: #fde081;
--color-2: #f6a355;
--color-3: #d16833;
--color-4: #a1381b;
--color-5: #782112;
}
Autumn Ember Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde081, #f6a355, #d16833, #a1381b, #782112);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde081, #f6a355, #d16833, #a1381b, #782112);
}
似たようなカラーパレット
下にスクロールして1個のGolden yellowカラーパレットを探索しましょう
Autumn Ember Glow color palette created on .