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