Mocha Mirage Color Palette

Discover the beautiful Mocha Mirage color palette featuring tan (#d6b28a), sorrell brown (#c59d7d), pharlap (#a67c77), ferra (#7a4d4f) and cowboy (#4a2c2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Soft, Warm 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 Mocha Mirage palette

Share this palette to:

💻 Mocha Mirage color palette CSS

/* CSS */
.color-1 {
color: #d6b28a;
}
.color-2 {
color: #c59d7d;
}
.color-3 {
color: #a67c77;
}
.color-4 {
color: #7a4d4f;
}
.color-5 {
color: #4a2c2b;
}

/* CSS Variables */
:root {
--color-1: #d6b28a;
--color-2: #c59d7d;
--color-3: #a67c77;
--color-4: #7a4d4f;
--color-5: #4a2c2b;
}

🌈 Mocha Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b28a, #c59d7d, #a67c77, #7a4d4f, #4a2c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b28a, #c59d7d, #a67c77, #7a4d4f, #4a2c2b);
}

Mocha Mirage color palette created on .