Apple, Maple & Bourbon Color Palette
Discover the beautiful Apple, Maple & Bourbon color palette featuring brown rust (#a24b39), tumbleweed (#e1a28e), tacha (#d6ca6b), potters clay (#8b5b3c) and paarl (#9e4a29).
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, Maple & Bourbon palette
💻 Apple, Maple & Bourbon color palette CSS
/* CSS */
.color-1 {
color: #a24b39;
}
.color-2 {
color: #e1a28e;
}
.color-3 {
color: #d6ca6b;
}
.color-4 {
color: #8b5b3c;
}
.color-5 {
color: #9e4a29;
}
/* CSS Variables */
:root {
--color-1: #a24b39;
--color-2: #e1a28e;
--color-3: #d6ca6b;
--color-4: #8b5b3c;
--color-5: #9e4a29;
} 🌈 Apple, Maple & Bourbon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a24b39, #e1a28e, #d6ca6b, #8b5b3c, #9e4a29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a24b39, #e1a28e, #d6ca6b, #8b5b3c, #9e4a29);
} 🔗 Explore similar color palettes
Apple, Maple & Bourbon color palette created on .