Mocha Reverie Color Palette

Discover the beautiful Mocha Reverie color palette featuring matterhorn (#4c3e3e), russett (#7c5d55), malta (#bfaf9c), zombie (#e8cca1) and whiskey (#d89969).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Brown, Warm, Bright, Cool Autumn 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 Reverie palette

Share this palette to:

💻 Mocha Reverie color palette CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #7c5d55;
}
.color-3 {
color: #bfaf9c;
}
.color-4 {
color: #e8cca1;
}
.color-5 {
color: #d89969;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #7c5d55;
--color-3: #bfaf9c;
--color-4: #e8cca1;
--color-5: #d89969;
}

🌈 Mocha Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #7c5d55, #bfaf9c, #e8cca1, #d89969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #7c5d55, #bfaf9c, #e8cca1, #d89969);
}

Mocha Reverie color palette created on .