Elegant Mist Color Palette

Discover the beautiful Elegant Mist color palette featuring alto (#d3cfcf), dawn pink (#f2e5e3), mountain mist (#a4a1a5), submarine (#b6c9c6) and rose fog (#e4b5b4).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Elegant Mist color palette CSS

/* CSS */
.color-1 {
color: #d3cfcf;
}
.color-2 {
color: #f2e5e3;
}
.color-3 {
color: #a4a1a5;
}
.color-4 {
color: #b6c9c6;
}
.color-5 {
color: #e4b5b4;
}

/* CSS Variables */
:root {
--color-1: #d3cfcf;
--color-2: #f2e5e3;
--color-3: #a4a1a5;
--color-4: #b6c9c6;
--color-5: #e4b5b4;
}

🌈 Elegant Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3cfcf, #f2e5e3, #a4a1a5, #b6c9c6, #e4b5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3cfcf, #f2e5e3, #a4a1a5, #b6c9c6, #e4b5b4);
}

Elegant Mist color palette created on .