Dark Fantasy Fire Color Palette

Discover the beautiful Dark Fantasy Fire color palette featuring everglade (#1c3b2b), tuscany (#ca5e2f), russet (#803f19), dell (#3a580e) and web orange (#f0a800).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withForest, Fire, Dark, Green, Orange, Brown, Yellow, Magical, Earthy color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Dark Fantasy Fire palette

Share this palette to:

💻 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 .