Moon Mist Color Palette

Discover the beautiful Moon Mist color palette featuring tiara (#d1d7d5), edward (#a2b4b1), blue smoke (#7b8e8a), cutty sark (#4b6c6b) and spectra (#2e4b4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Green, Blue, Soft, Sage, Mint, Light, Teal 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 Moon Mist palette

Share this palette to:

💻 Moon Mist color palette CSS

/* CSS */
.color-1 {
color: #d1d7d5;
}
.color-2 {
color: #a2b4b1;
}
.color-3 {
color: #7b8e8a;
}
.color-4 {
color: #4b6c6b;
}
.color-5 {
color: #2e4b4d;
}

/* CSS Variables */
:root {
--color-1: #d1d7d5;
--color-2: #a2b4b1;
--color-3: #7b8e8a;
--color-4: #4b6c6b;
--color-5: #2e4b4d;
}

🌈 Moon Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d7d5, #a2b4b1, #7b8e8a, #4b6c6b, #2e4b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d7d5, #a2b4b1, #7b8e8a, #4b6c6b, #2e4b4d);
}

Moon Mist color palette created on .