Fennec Fox Color Palette
Discover the beautiful Fennec Fox color palette featuring sandstone (#7e7367), roman coffee (#796049), millbrook (#644935), saddle (#513229) and cocoa brown (#312321).
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 Fennec Fox palette
💻 Fennec Fox color palette CSS
/* CSS */
.color-1 {
color: #7e7367;
}
.color-2 {
color: #796049;
}
.color-3 {
color: #644935;
}
.color-4 {
color: #513229;
}
.color-5 {
color: #312321;
}
/* CSS Variables */
:root {
--color-1: #7e7367;
--color-2: #796049;
--color-3: #644935;
--color-4: #513229;
--color-5: #312321;
}
🌈 Fennec Fox background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e7367, #796049, #644935, #513229, #312321);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e7367, #796049, #644935, #513229, #312321);
}
🔗 Explore similar color palettes
Fennec Fox color palette created on .