Fennec Fox Color Palette
Discover the beautiful Fennec Fox color palette featuring akaroa (#dbc4b3), eunry (#ccab94), mongoose (#bd9e7a), teak (#ac9562) and cape palliser (#956046).
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: #dbc4b3;
}
.color-2 {
color: #ccab94;
}
.color-3 {
color: #bd9e7a;
}
.color-4 {
color: #ac9562;
}
.color-5 {
color: #956046;
}
/* CSS Variables */
:root {
--color-1: #dbc4b3;
--color-2: #ccab94;
--color-3: #bd9e7a;
--color-4: #ac9562;
--color-5: #956046;
}
🌈 Fennec Fox background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbc4b3, #ccab94, #bd9e7a, #ac9562, #956046);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbc4b3, #ccab94, #bd9e7a, #ac9562, #956046);
}
🔗 Explore similar color palettes
Fennec Fox color palette created on .