Whispering Dunes Color Palette

Discover the beautiful Whispering Dunes color palette featuring edward (#a9b7b1), silk (#c4b5b1), rose fog (#e6c4b7), beauty bush (#efb3b8) and mandys pink (#f5c5b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Boho, Dark Autumn, 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 Dunes palette

Share this palette to:

💻 Whispering Dunes color palette CSS

/* CSS */
.color-1 {
color: #a9b7b1;
}
.color-2 {
color: #c4b5b1;
}
.color-3 {
color: #e6c4b7;
}
.color-4 {
color: #efb3b8;
}
.color-5 {
color: #f5c5b7;
}

/* CSS Variables */
:root {
--color-1: #a9b7b1;
--color-2: #c4b5b1;
--color-3: #e6c4b7;
--color-4: #efb3b8;
--color-5: #f5c5b7;
}

🌈 Whispering Dunes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9b7b1, #c4b5b1, #e6c4b7, #efb3b8, #f5c5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9b7b1, #c4b5b1, #e6c4b7, #efb3b8, #f5c5b7);
}

Whispering Dunes color palette created on .