Whispers of Moss and Stone Color Palette

Discover the beautiful Whispers of Moss and Stone color palette featuring pampas (#efede5), eagle (#bbbfac), bud (#a3aa9a), lemon grass (#9ea593) and lemon grass (#989e8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Minimalist, Neutral 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 Moss and Stone palette

Share this palette to:

💻 Whispers of Moss and Stone color palette CSS

/* CSS */
.color-1 {
color: #efede5;
}
.color-2 {
color: #bbbfac;
}
.color-3 {
color: #a3aa9a;
}
.color-4 {
color: #9ea593;
}
.color-5 {
color: #989e8d;
}

/* CSS Variables */
:root {
--color-1: #efede5;
--color-2: #bbbfac;
--color-3: #a3aa9a;
--color-4: #9ea593;
--color-5: #989e8d;
}

🌈 Whispers of Moss and Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efede5, #bbbfac, #a3aa9a, #9ea593, #989e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efede5, #bbbfac, #a3aa9a, #9ea593, #989e8d);
}

Whispers of Moss and Stone color palette created on .