Embers and Ashes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Embers and Ashes palette

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

Embers and Ashes カラーパレット CSS

/* CSS */
.color-1 {
color: #b85c2e;
}
.color-2 {
color: #f3a65e;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #6b3e2e;
}
.color-5 {
color: #2f1b18;
}

/* CSS Variables */
:root {
--color-1: #b85c2e;
--color-2: #f3a65e;
--color-3: #f9e19f;
--color-4: #6b3e2e;
--color-5: #2f1b18;
}

Embers and Ashes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b85c2e, #f3a65e, #f9e19f, #6b3e2e, #2f1b18);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b85c2e, #f3a65e, #f9e19f, #6b3e2e, #2f1b18);
}

Embers and Ashes color palette created on .