Whispering Meadow Color Palette

Discover the beautiful Whispering Meadow color palette featuring green white (#e0e4d8), tasman (#c3d5c5), green spring (#b1b9b1), willow grove (#6b7c5f) and stromboli (#30503b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Earthy, Green, Retro, 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 Meadow palette

Share this palette to:

💻 Whispering Meadow color palette CSS

/* CSS */
.color-1 {
color: #e0e4d8;
}
.color-2 {
color: #c3d5c5;
}
.color-3 {
color: #b1b9b1;
}
.color-4 {
color: #6b7c5f;
}
.color-5 {
color: #30503b;
}

/* CSS Variables */
:root {
--color-1: #e0e4d8;
--color-2: #c3d5c5;
--color-3: #b1b9b1;
--color-4: #6b7c5f;
--color-5: #30503b;
}

🌈 Whispering Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e4d8, #c3d5c5, #b1b9b1, #6b7c5f, #30503b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e4d8, #c3d5c5, #b1b9b1, #6b7c5f, #30503b);
}

Whispering Meadow color palette created on .