Whispering Meadow Color Palette

Discover the beautiful Whispering Meadow color palette featuring chalet green (#5c6b3d), white (#ffffff), norway (#a2b89d), beryl green (#d2e0bd) and rainee (#b0c6a9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Bright, Summer, 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 Meadow palette

Share this palette to:

💻 Whispering Meadow color palette CSS

/* CSS */
.color-1 {
color: #5c6b3d;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #a2b89d;
}
.color-4 {
color: #d2e0bd;
}
.color-5 {
color: #b0c6a9;
}

/* CSS Variables */
:root {
--color-1: #5c6b3d;
--color-2: #ffffff;
--color-3: #a2b89d;
--color-4: #d2e0bd;
--color-5: #b0c6a9;
}

🌈 Whispering Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c6b3d, #ffffff, #a2b89d, #d2e0bd, #b0c6a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c6b3d, #ffffff, #a2b89d, #d2e0bd, #b0c6a9);
}

Whispering Meadow color palette created on .