Whispering Woods Color Palette

Discover the beautiful Whispering Woods color palette featuring bud (#a9b2a3), conch (#c3d5cf), quill gray (#e1e3dd), malta (#beae9d) and domino (#8b705b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Green, Nature 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 Woods palette

Share this palette to:

💻 Whispering Woods color palette CSS

/* CSS */
.color-1 {
color: #a9b2a3;
}
.color-2 {
color: #c3d5cf;
}
.color-3 {
color: #e1e3dd;
}
.color-4 {
color: #beae9d;
}
.color-5 {
color: #8b705b;
}

/* CSS Variables */
:root {
--color-1: #a9b2a3;
--color-2: #c3d5cf;
--color-3: #e1e3dd;
--color-4: #beae9d;
--color-5: #8b705b;
}

🌈 Whispering Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9b2a3, #c3d5cf, #e1e3dd, #beae9d, #8b705b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9b2a3, #c3d5cf, #e1e3dd, #beae9d, #8b705b);
}

Whispering Woods color palette created on .