Withered Foxy Color Palette
Discover the beautiful Withered Foxy color palette featuring red damask (#d97b45), raw sienna (#c97040), brown rust (#a85c34), nutmeg (#814d28) and west coast (#5f3c1c).
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 Withered Foxy palette
💻 Withered Foxy color palette CSS
/* CSS */
.color-1 {
color: #d97b45;
}
.color-2 {
color: #c97040;
}
.color-3 {
color: #a85c34;
}
.color-4 {
color: #814d28;
}
.color-5 {
color: #5f3c1c;
}
/* CSS Variables */
:root {
--color-1: #d97b45;
--color-2: #c97040;
--color-3: #a85c34;
--color-4: #814d28;
--color-5: #5f3c1c;
} 🌈 Withered Foxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97b45, #c97040, #a85c34, #814d28, #5f3c1c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97b45, #c97040, #a85c34, #814d28, #5f3c1c);
} 🔗 Explore similar color palettes
Withered Foxy color palette created on .