Mystic Mocha Dream Color Palette

Discover the beautiful Mystic Mocha Dream color palette featuring affair (#6f4b8b), strikemaster (#9b6f9a), london hue (#c3a8c7), tumbleweed (#d6b37a) and judge gray (#5b4939).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Boho, Earthy, Bright, 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 Mystic Mocha Dream palette

Share this palette to:

💻 Mystic Mocha Dream color palette CSS

/* CSS */
.color-1 {
color: #6f4b8b;
}
.color-2 {
color: #9b6f9a;
}
.color-3 {
color: #c3a8c7;
}
.color-4 {
color: #d6b37a;
}
.color-5 {
color: #5b4939;
}

/* CSS Variables */
:root {
--color-1: #6f4b8b;
--color-2: #9b6f9a;
--color-3: #c3a8c7;
--color-4: #d6b37a;
--color-5: #5b4939;
}

🌈 Mystic Mocha Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4b8b, #9b6f9a, #c3a8c7, #d6b37a, #5b4939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4b8b, #9b6f9a, #c3a8c7, #d6b37a, #5b4939);
}

Mystic Mocha Dream color palette created on .