Emerald Whisper Grove Color Palette

Discover the beautiful Emerald Whisper Grove color palette featuring pumice (#d3d4d3), bay leaf (#7cab7d), glade green (#5f8c63), killarney (#426747) and everglade (#234330).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Green, Earthy, Minimalist, 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 Emerald Whisper Grove palette

Share this palette to:

💻 Emerald Whisper Grove color palette CSS

/* CSS */
.color-1 {
color: #d3d4d3;
}
.color-2 {
color: #7cab7d;
}
.color-3 {
color: #5f8c63;
}
.color-4 {
color: #426747;
}
.color-5 {
color: #234330;
}

/* CSS Variables */
:root {
--color-1: #d3d4d3;
--color-2: #7cab7d;
--color-3: #5f8c63;
--color-4: #426747;
--color-5: #234330;
}

🌈 Emerald Whisper Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3d4d3, #7cab7d, #5f8c63, #426747, #234330);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3d4d3, #7cab7d, #5f8c63, #426747, #234330);
}

Emerald Whisper Grove color palette created on .