Whispering Clouds Color Palette

Discover the beautiful Whispering Clouds color palette featuring moon mist (#dbdbc7), alto (#dbdbdb), silver (#c7c7c7), gallery (#f0f0f0) and wafer (#dbc7c7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Elegant, Light, 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 Whispering Clouds palette

Share this palette to:

💻 Whispering Clouds color palette CSS

/* CSS */
.color-1 {
color: #dbdbc7;
}
.color-2 {
color: #dbdbdb;
}
.color-3 {
color: #c7c7c7;
}
.color-4 {
color: #f0f0f0;
}
.color-5 {
color: #dbc7c7;
}

/* CSS Variables */
:root {
--color-1: #dbdbc7;
--color-2: #dbdbdb;
--color-3: #c7c7c7;
--color-4: #f0f0f0;
--color-5: #dbc7c7;
}

🌈 Whispering Clouds background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbc7, #dbdbdb, #c7c7c7, #f0f0f0, #dbc7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbc7, #dbdbdb, #c7c7c7, #f0f0f0, #dbc7c7);
}

Whispering Clouds color palette created on .