Soft Mist Color Palette

Discover the beautiful Soft Mist color palette featuring cod gray (#141414), nobel (#b5b5b5), foggy gray (#c9c9b6), eagle (#b5b5a1) and silver chalice (#a1a1a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Elegant, Gray, Light, Minimalist, Modern, Muted, Neutral, Soft 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 Soft Mist palette

Share this palette to:

💻 Soft Mist color palette CSS

/* CSS */
.color-1 {
color: #141414;
}
.color-2 {
color: #b5b5b5;
}
.color-3 {
color: #c9c9b6;
}
.color-4 {
color: #b5b5a1;
}
.color-5 {
color: #a1a1a1;
}

/* CSS Variables */
:root {
--color-1: #141414;
--color-2: #b5b5b5;
--color-3: #c9c9b6;
--color-4: #b5b5a1;
--color-5: #a1a1a1;
}

🌈 Soft Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141414, #b5b5b5, #c9c9b6, #b5b5a1, #a1a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141414, #b5b5b5, #c9c9b6, #b5b5a1, #a1a1a1);
}

Soft Mist color palette created on .