Whispers of Willow Color Palette

Discover the beautiful Whispers of Willow color palette featuring ecru white (#f5f1e5), timberwolf (#d9d6ce), nomad (#b9b3a6), lemon grass (#9b998c) and pale oyster (#9f8d7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Boho, Autumn 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 Whispers of Willow palette

Share this palette to:

💻 Whispers of Willow color palette CSS

/* CSS */
.color-1 {
color: #f5f1e5;
}
.color-2 {
color: #d9d6ce;
}
.color-3 {
color: #b9b3a6;
}
.color-4 {
color: #9b998c;
}
.color-5 {
color: #9f8d7a;
}

/* CSS Variables */
:root {
--color-1: #f5f1e5;
--color-2: #d9d6ce;
--color-3: #b9b3a6;
--color-4: #9b998c;
--color-5: #9f8d7a;
}

🌈 Whispers of Willow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f1e5, #d9d6ce, #b9b3a6, #9b998c, #9f8d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f1e5, #d9d6ce, #b9b3a6, #9b998c, #9f8d7a);
}

Whispers of Willow color palette created on .