Discover the beautiful Rustic Foxfire color palette featuring flame pea (#d85b3b), rajah (#f6a979), ronchi (#f1c54b), sepia skin (#9c693a) and bistre (#3e2b1e).

Rustic Foxfire Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Rustic Foxfire palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Rustic Foxfire palette

Share this palette to:

💻 Rustic Foxfire color palette CSS

/* CSS */
.color-1 {
color: #d85b3b;
}
.color-2 {
color: #f6a979;
}
.color-3 {
color: #f1c54b;
}
.color-4 {
color: #9c693a;
}
.color-5 {
color: #3e2b1e;
}

/* CSS Variables */
:root {
--color-1: #d85b3b;
--color-2: #f6a979;
--color-3: #f1c54b;
--color-4: #9c693a;
--color-5: #3e2b1e;
}

🌈 Rustic Foxfire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85b3b, #f6a979, #f1c54b, #9c693a, #3e2b1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85b3b, #f6a979, #f1c54b, #9c693a, #3e2b1e);
}

Rustic Foxfire color palette created on .