Orange Fox Color Palette

Discover the beautiful Orange Fox color palette featuring chestnut (#b85e4c), cashmere (#e9b39f), whiskey (#d5a66c), sepia skin (#9a5a3c) and irish coffee (#5b2d24).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Orange, Brown, Fun 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 Orange Fox palette

Share this palette to:

💻 Orange Fox color palette CSS

/* CSS */
.color-1 {
color: #b85e4c;
}
.color-2 {
color: #e9b39f;
}
.color-3 {
color: #d5a66c;
}
.color-4 {
color: #9a5a3c;
}
.color-5 {
color: #5b2d24;
}

/* CSS Variables */
:root {
--color-1: #b85e4c;
--color-2: #e9b39f;
--color-3: #d5a66c;
--color-4: #9a5a3c;
--color-5: #5b2d24;
}

🌈 Orange Fox background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b85e4c, #e9b39f, #d5a66c, #9a5a3c, #5b2d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b85e4c, #e9b39f, #d5a66c, #9a5a3c, #5b2d24);
}

Orange Fox color palette created on .