Big Macintosh Color Palette
Discover the beautiful Big Macintosh color palette featuring mojo (#c23d3d), driftwood (#a87d4d), texas rose (#ffb84d), shadow green (#8fc7b5) and sandy brown (#f2a35a).
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 Big Macintosh palette
💻 Big Macintosh color palette CSS
/* CSS */
.color-1 {
color: #c23d3d;
}
.color-2 {
color: #a87d4d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #8fc7b5;
}
.color-5 {
color: #f2a35a;
}
/* CSS Variables */
:root {
--color-1: #c23d3d;
--color-2: #a87d4d;
--color-3: #ffb84d;
--color-4: #8fc7b5;
--color-5: #f2a35a;
} 🌈 Big Macintosh background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c23d3d, #a87d4d, #ffb84d, #8fc7b5, #f2a35a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c23d3d, #a87d4d, #ffb84d, #8fc7b5, #f2a35a);
} 🔗 Explore similar color palettes
Big Macintosh color palette created on .