Whispers of Verdant Earth Color Palette

Discover the beautiful Whispers of Verdant Earth color palette featuring chenin (#d3dc6a), olive green (#a4b257), mantle (#879b8d), sycamore (#839343) and costa del sol (#627335).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, 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 Whispers of Verdant Earth palette

Share this palette to:

💻 Whispers of Verdant Earth color palette CSS

/* CSS */
.color-1 {
color: #d3dc6a;
}
.color-2 {
color: #a4b257;
}
.color-3 {
color: #879b8d;
}
.color-4 {
color: #839343;
}
.color-5 {
color: #627335;
}

/* CSS Variables */
:root {
--color-1: #d3dc6a;
--color-2: #a4b257;
--color-3: #879b8d;
--color-4: #839343;
--color-5: #627335;
}

🌈 Whispers of Verdant Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3dc6a, #a4b257, #879b8d, #839343, #627335);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3dc6a, #a4b257, #879b8d, #839343, #627335);
}

Whispers of Verdant Earth color palette created on .