Embers of Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Embers of Autumn palette

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

Embers of Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #da4e1b;
}
.color-3 {
color: #9f391d;
}
.color-4 {
color: #6e2c12;
}
.color-5 {
color: #391c0e;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #da4e1b;
--color-3: #9f391d;
--color-4: #6e2c12;
--color-5: #391c0e;
}

Embers of Autumn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #da4e1b, #9f391d, #6e2c12, #391c0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #da4e1b, #9f391d, #6e2c12, #391c0e);
}

Embers of Autumn color palette created on .