Decayed Orchard Color Palette
Discover the beautiful Decayed Orchard color palette featuring nutmeg (#7a2a2a), chestnut rose (#d2574b), pharlap (#a88c85), tasman (#c8d6c7) and porsche (#e4a35e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 Decayed Orchard palette
💻 Decayed Orchard color palette CSS
/* CSS */
.color-1 {
color: #7a2a2a;
}
.color-2 {
color: #d2574b;
}
.color-3 {
color: #a88c85;
}
.color-4 {
color: #c8d6c7;
}
.color-5 {
color: #e4a35e;
}
/* CSS Variables */
:root {
--color-1: #7a2a2a;
--color-2: #d2574b;
--color-3: #a88c85;
--color-4: #c8d6c7;
--color-5: #e4a35e;
} 🌈 Decayed Orchard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a2a, #d2574b, #a88c85, #c8d6c7, #e4a35e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a2a, #d2574b, #a88c85, #c8d6c7, #e4a35e);
} Decayed Orchard color palette created on .