Verdant Whisper Color Palette

Discover the beautiful Verdant Whisper color palette featuring fern green (#4f7d3b), olivine (#9fb77b), sprout (#c3d4a5), beryl green (#d9e3c4) and rum swizzle (#f3f8e3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Green, Nature, Summer 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 Verdant Whisper palette

Share this palette to:

💻 Verdant Whisper color palette CSS

/* CSS */
.color-1 {
color: #4f7d3b;
}
.color-2 {
color: #9fb77b;
}
.color-3 {
color: #c3d4a5;
}
.color-4 {
color: #d9e3c4;
}
.color-5 {
color: #f3f8e3;
}

/* CSS Variables */
:root {
--color-1: #4f7d3b;
--color-2: #9fb77b;
--color-3: #c3d4a5;
--color-4: #d9e3c4;
--color-5: #f3f8e3;
}

🌈 Verdant Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d3b, #9fb77b, #c3d4a5, #d9e3c4, #f3f8e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d3b, #9fb77b, #c3d4a5, #d9e3c4, #f3f8e3);
}

Verdant Whisper color palette created on .