Miso Soup Color Palette

Discover the beautiful Miso Soup color palette featuring cameo (#d9b89b), cashmere (#e6c1a2), mandys pink (#f2d1b5), malta (#c0b2a0) and yellow metal (#7b5b3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Warm, Soft, Neutral, Soup, Autumn, Japanese 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 Miso Soup palette

Share this palette to:

💻 Miso Soup color palette CSS

/* CSS */
.color-1 {
color: #d9b89b;
}
.color-2 {
color: #e6c1a2;
}
.color-3 {
color: #f2d1b5;
}
.color-4 {
color: #c0b2a0;
}
.color-5 {
color: #7b5b3d;
}

/* CSS Variables */
:root {
--color-1: #d9b89b;
--color-2: #e6c1a2;
--color-3: #f2d1b5;
--color-4: #c0b2a0;
--color-5: #7b5b3d;
}

🌈 Miso Soup background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b89b, #e6c1a2, #f2d1b5, #c0b2a0, #7b5b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b89b, #e6c1a2, #f2d1b5, #c0b2a0, #7b5b3d);
}

Miso Soup color palette created on .