Mocha Dream Color Palette

Discover the beautiful Mocha Dream color palette featuring mondo (#4d3e33), pine cone (#6e5b4e), pharlap (#a57c6f), indian khaki (#c1a38b) and bone (#e2cec1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Coastal, Coffee, Earthy, Light, Modern, Neutral, 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 Dream palette

Share this palette to:

💻 Mocha Dream color palette CSS

/* CSS */
.color-1 {
color: #4d3e33;
}
.color-2 {
color: #6e5b4e;
}
.color-3 {
color: #a57c6f;
}
.color-4 {
color: #c1a38b;
}
.color-5 {
color: #e2cec1;
}

/* CSS Variables */
:root {
--color-1: #4d3e33;
--color-2: #6e5b4e;
--color-3: #a57c6f;
--color-4: #c1a38b;
--color-5: #e2cec1;
}

🌈 Mocha Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3e33, #6e5b4e, #a57c6f, #c1a38b, #e2cec1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3e33, #6e5b4e, #a57c6f, #c1a38b, #e2cec1);
}

Mocha Dream color palette created on .