Apple, Brown Sugar & Maple Syrup Color Palette

Discover the beautiful Apple, Brown Sugar & Maple Syrup color palette featuring brown rust (#a75a39), tumbleweed (#e1b07f), laser (#c7a56b), ferra (#6e4e4e) and cameo (#dac0a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Orange 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 Apple, Brown Sugar & Maple Syrup palette

Share this palette to:

💻 Apple, Brown Sugar & Maple Syrup color palette CSS

/* CSS */
.color-1 {
color: #a75a39;
}
.color-2 {
color: #e1b07f;
}
.color-3 {
color: #c7a56b;
}
.color-4 {
color: #6e4e4e;
}
.color-5 {
color: #dac0a4;
}

/* CSS Variables */
:root {
--color-1: #a75a39;
--color-2: #e1b07f;
--color-3: #c7a56b;
--color-4: #6e4e4e;
--color-5: #dac0a4;
}

🌈 Apple, Brown Sugar & Maple Syrup background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a75a39, #e1b07f, #c7a56b, #6e4e4e, #dac0a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a75a39, #e1b07f, #c7a56b, #6e4e4e, #dac0a4);
}

Apple, Brown Sugar & Maple Syrup color palette created on .