Mocha Dreamscape Color Palette
Discover the beautiful Mocha Dreamscape color palette featuring taupe (#4b3d3a), sandstone (#7a6b66), bison hide (#c4b6a6), rose fog (#e4c6b4) and albescent white (#f5e2d1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Earthy, 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 Dreamscape palette
💻 Mocha Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #4b3d3a;
}
.color-2 {
color: #7a6b66;
}
.color-3 {
color: #c4b6a6;
}
.color-4 {
color: #e4c6b4;
}
.color-5 {
color: #f5e2d1;
}
/* CSS Variables */
:root {
--color-1: #4b3d3a;
--color-2: #7a6b66;
--color-3: #c4b6a6;
--color-4: #e4c6b4;
--color-5: #f5e2d1;
}
🌈 Mocha Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d3a, #7a6b66, #c4b6a6, #e4c6b4, #f5e2d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d3a, #7a6b66, #c4b6a6, #e4c6b4, #f5e2d1);
}
🔗 Explore similar color palettes
Mocha Dreamscape color palette created on .