Dark Fantasy Fire カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Fantasy Fire palette

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

Dark Fantasy Fire カラーパレット CSS

/* CSS */
.color-1 {
color: #123b28;
}
.color-2 {
color: #c95122;
}
.color-3 {
color: #783712;
}
.color-4 {
color: #33520a;
}
.color-5 {
color: #eba000;
}

/* CSS Variables */
:root {
--color-1: #123b28;
--color-2: #c95122;
--color-3: #783712;
--color-4: #33520a;
--color-5: #eba000;
}

Dark Fantasy Fire の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #123b28, #c95122, #783712, #33520a, #eba000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #123b28, #c95122, #783712, #33520a, #eba000);
}

Dark Fantasy Fire color palette created on .