Emerald Forest Whisper Color Palette

Discover the beautiful Emerald Forest Whisper color palette featuring pumice (#d3d4d3), bay leaf (#7bad7c), glade green (#639266), axolotl (#476c4a) and everglade (#274935).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNeutral, Earthy, Minimalist, Modern, Spring 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 Forest Whisper palette

Share this palette to:

💻 Emerald Forest Whisper color palette CSS

/* CSS */
.color-1 {
color: #d3d4d3;
}
.color-2 {
color: #7bad7c;
}
.color-3 {
color: #639266;
}
.color-4 {
color: #476c4a;
}
.color-5 {
color: #274935;
}

/* CSS Variables */
:root {
--color-1: #d3d4d3;
--color-2: #7bad7c;
--color-3: #639266;
--color-4: #476c4a;
--color-5: #274935;
}

🌈 Emerald Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3d4d3, #7bad7c, #639266, #476c4a, #274935);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3d4d3, #7bad7c, #639266, #476c4a, #274935);
}

Emerald Forest Whisper color palette created on .