Withered Color Palette
Discover the beautiful Withered color palette featuring domino (#8c7c5f), mongoose (#b9a574), zombie (#e5d09e), toast (#a36c5c) and quincy (#5e3b2b).
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 palette
💻 Withered color palette CSS
/* CSS */
.color-1 {
color: #8c7c5f;
}
.color-2 {
color: #b9a574;
}
.color-3 {
color: #e5d09e;
}
.color-4 {
color: #a36c5c;
}
.color-5 {
color: #5e3b2b;
}
/* CSS Variables */
:root {
--color-1: #8c7c5f;
--color-2: #b9a574;
--color-3: #e5d09e;
--color-4: #a36c5c;
--color-5: #5e3b2b;
} 🌈 Withered background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7c5f, #b9a574, #e5d09e, #a36c5c, #5e3b2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7c5f, #b9a574, #e5d09e, #a36c5c, #5e3b2b);
} 🔗 Explore similar color palettes
Withered color palette created on .