Autumn Ember Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember Glow palette

このパレットを共有する先:

Autumn Ember Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #fddd7c;
}
.color-2 {
color: #f5a356;
}
.color-3 {
color: #cf6530;
}
.color-4 {
color: #a0391c;
}
.color-5 {
color: #782112;
}

/* CSS Variables */
:root {
--color-1: #fddd7c;
--color-2: #f5a356;
--color-3: #cf6530;
--color-4: #a0391c;
--color-5: #782112;
}

Autumn Ember Glow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fddd7c, #f5a356, #cf6530, #a0391c, #782112);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fddd7c, #f5a356, #cf6530, #a0391c, #782112);
}

Autumn Ember Glow color palette created on .