Big Macintosh Color Palette

Discover the beautiful Big Macintosh color palette featuring mexican red (#a41e34), valencia (#d94f3f), jaffa (#f68a3c), saffron mango (#fbbe5b) and golden glow (#ffea8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Bright, Fun, Summer, Vibrant, Fruit 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 Big Macintosh palette

Share this palette to:

💻 Big Macintosh color palette CSS

/* CSS */
.color-1 {
color: #a41e34;
}
.color-2 {
color: #d94f3f;
}
.color-3 {
color: #f68a3c;
}
.color-4 {
color: #fbbe5b;
}
.color-5 {
color: #ffea8f;
}

/* CSS Variables */
:root {
--color-1: #a41e34;
--color-2: #d94f3f;
--color-3: #f68a3c;
--color-4: #fbbe5b;
--color-5: #ffea8f;
}

🌈 Big Macintosh background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a41e34, #d94f3f, #f68a3c, #fbbe5b, #ffea8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a41e34, #d94f3f, #f68a3c, #fbbe5b, #ffea8f);
}

Big Macintosh color palette created on .