Dark Fantasy Fire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Fantasy Fire palette

Share this palette to:

Dark Fantasy Fire color palette PNG image

Download dark fantasy fire color palette PNG image (landscape)
Download dark fantasy fire color palette PNG image (square)

Dark Fantasy Fire color palette CSS

/* CSS */
.color-1 {
color: #1c3b2b;
}
.color-2 {
color: #ca5e2f;
}
.color-3 {
color: #803f19;
}
.color-4 {
color: #3a580e;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1c3b2b;
--color-2: #ca5e2f;
--color-3: #803f19;
--color-4: #3a580e;
--color-5: #f0a800;
}

Dark Fantasy Fire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b2b, #ca5e2f, #803f19, #3a580e, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b2b, #ca5e2f, #803f19, #3a580e, #f0a800);
}

Dark Fantasy Fire color palette created on .