Whispers of Mist Color Palette

Discover the beautiful Whispers of Mist color palette featuring swirl (#d7d2c6), tide (#b7b2a9), zorba (#a19b8c), makara (#897a6c) and tobacco brown (#6f5c4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Elegant, Earthy, Soft, Neutral 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 Whispers of Mist palette

Share this palette to:

💻 Whispers of Mist color palette CSS

/* CSS */
.color-1 {
color: #d7d2c6;
}
.color-2 {
color: #b7b2a9;
}
.color-3 {
color: #a19b8c;
}
.color-4 {
color: #897a6c;
}
.color-5 {
color: #6f5c4d;
}

/* CSS Variables */
:root {
--color-1: #d7d2c6;
--color-2: #b7b2a9;
--color-3: #a19b8c;
--color-4: #897a6c;
--color-5: #6f5c4d;
}

🌈 Whispers of Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d2c6, #b7b2a9, #a19b8c, #897a6c, #6f5c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d2c6, #b7b2a9, #a19b8c, #897a6c, #6f5c4d);
}

Whispers of Mist color palette created on .