Whispering Forest Color Palette

Discover the beautiful Whispering Forest color palette featuring storm dust (#565855), nandor (#4b5d59), xanadu (#6f7b6f), sage (#92a489) and rainee (#b8c2a3).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Whispering Forest color palette CSS

/* CSS */
.color-1 {
color: #565855;
}
.color-2 {
color: #4b5d59;
}
.color-3 {
color: #6f7b6f;
}
.color-4 {
color: #92a489;
}
.color-5 {
color: #b8c2a3;
}

/* CSS Variables */
:root {
--color-1: #565855;
--color-2: #4b5d59;
--color-3: #6f7b6f;
--color-4: #92a489;
--color-5: #b8c2a3;
}

🌈 Whispering Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #565855, #4b5d59, #6f7b6f, #92a489, #b8c2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #565855, #4b5d59, #6f7b6f, #92a489, #b8c2a3);
}

Whispering Forest color palette created on .