Mocha Dreams Color Palette

Discover the beautiful Mocha Dreams color palette featuring mondo (#4e3b31), millbrook (#6a4a39), beaver (#8b6c5b), rodeo dust (#c7b59e) and akaroa (#d7c9b2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Neutral, Soft, Vintage, 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 Dreams palette

Share this palette to:

💻 Mocha Dreams color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #6a4a39;
}
.color-3 {
color: #8b6c5b;
}
.color-4 {
color: #c7b59e;
}
.color-5 {
color: #d7c9b2;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #6a4a39;
--color-3: #8b6c5b;
--color-4: #c7b59e;
--color-5: #d7c9b2;
}

🌈 Mocha Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #6a4a39, #8b6c5b, #c7b59e, #d7c9b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #6a4a39, #8b6c5b, #c7b59e, #d7c9b2);
}

Mocha Dreams color palette created on .