Apple Orchard Color Palette
Discover the beautiful Apple Orchard color palette featuring flame pea (#d4612b), web orange (#f0a800), grain brown (#e2c9b1), santa fe (#a66a4e) and saddle (#513c2a).
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 Apple Orchard palette
💻 Apple Orchard color palette CSS
/* CSS */
.color-1 {
color: #d4612b;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e2c9b1;
}
.color-4 {
color: #a66a4e;
}
.color-5 {
color: #513c2a;
}
/* CSS Variables */
:root {
--color-1: #d4612b;
--color-2: #f0a800;
--color-3: #e2c9b1;
--color-4: #a66a4e;
--color-5: #513c2a;
} 🌈 Apple Orchard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4612b, #f0a800, #e2c9b1, #a66a4e, #513c2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4612b, #f0a800, #e2c9b1, #a66a4e, #513c2a);
} 🔗 Explore similar color palettes
Apple Orchard color palette created on .