Muted Clouds Color Palette

Discover the beautiful Muted Clouds color palette featuring regent gray (#7a8d99), silver sand (#c1c5c8), iron (#e3e5e8), bombay (#afb2b6) and abbey (#4c5457).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Neutral, Soft, Modern, Muted, Light Autumn, Dark Winter, Coastal 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 Muted Clouds palette

Share this palette to:

💻 Muted Clouds color palette CSS

/* CSS */
.color-1 {
color: #7a8d99;
}
.color-2 {
color: #c1c5c8;
}
.color-3 {
color: #e3e5e8;
}
.color-4 {
color: #afb2b6;
}
.color-5 {
color: #4c5457;
}

/* CSS Variables */
:root {
--color-1: #7a8d99;
--color-2: #c1c5c8;
--color-3: #e3e5e8;
--color-4: #afb2b6;
--color-5: #4c5457;
}

🌈 Muted Clouds background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8d99, #c1c5c8, #e3e5e8, #afb2b6, #4c5457);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8d99, #c1c5c8, #e3e5e8, #afb2b6, #4c5457);
}

Muted Clouds color palette created on .