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: #e27e40;
}
.color-3 {
color: #a83f1f;
}
.color-4 {
color: #782112;
}
.color-5 {
color: #51120b;
}
/* CSS Variables */
:root {
--color-1: #fcce73;
--color-2: #e27e40;
--color-3: #a83f1f;
--color-4: #782112;
--color-5: #51120b;
}
Autumn Ember Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcce73, #e27e40, #a83f1f, #782112, #51120b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcce73, #e27e40, #a83f1f, #782112, #51120b);
}
似たようなカラーパレット
Autumn Ember Glow color palette created on .