Fox Color Palette
Discover the beautiful Fox color palette featuring mojo (#c75d3d), tacao (#efb18f), mandys pink (#f7cfc5), limed oak (#a47a51) and flame pea (#d85d3b).
Brightness
Saturation
Warmth
💡 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 Fox palette
💻 Fox color palette CSS
/* CSS */
.color-1 {
color: #c75d3d;
}
.color-2 {
color: #efb18f;
}
.color-3 {
color: #f7cfc5;
}
.color-4 {
color: #a47a51;
}
.color-5 {
color: #d85d3b;
}
/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #efb18f;
--color-3: #f7cfc5;
--color-4: #a47a51;
--color-5: #d85d3b;
} 🌈 Fox background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #efb18f, #f7cfc5, #a47a51, #d85d3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #efb18f, #f7cfc5, #a47a51, #d85d3b);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Fox color palette created on .