Foxleap Color Palette

Discover the beautiful Foxleap color palette featuring casablanca (#f7b440), sea buckthorn (#f88e2a), zest (#e56b24), valencia (#d3503c) and prairie sand (#8d3a1c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Earthy, Forest, Fun, Orange, Red, Warm, Yellow 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 Foxleap palette

Share this palette to:

💻 Foxleap color palette CSS

/* CSS */
.color-1 {
color: #f7b440;
}
.color-2 {
color: #f88e2a;
}
.color-3 {
color: #e56b24;
}
.color-4 {
color: #d3503c;
}
.color-5 {
color: #8d3a1c;
}

/* CSS Variables */
:root {
--color-1: #f7b440;
--color-2: #f88e2a;
--color-3: #e56b24;
--color-4: #d3503c;
--color-5: #8d3a1c;
}

🌈 Foxleap background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b440, #f88e2a, #e56b24, #d3503c, #8d3a1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b440, #f88e2a, #e56b24, #d3503c, #8d3a1c);
}

Foxleap color palette created on .