Earth's Whispering Palette Color Palette

Discover the beautiful Earth's Whispering Palette color palette featuring swamp green (#b7ba8c), brandy punch (#d28d32), chelsea cucumber (#8fa659), hippie blue (#47a9a9) and himalaya (#775d22).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVibrant, 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 Earth's Whispering Palette palette

Share this palette to:

💻 Earth's Whispering Palette color palette CSS

/* CSS */
.color-1 {
color: #b7ba8c;
}
.color-2 {
color: #d28d32;
}
.color-3 {
color: #8fa659;
}
.color-4 {
color: #47a9a9;
}
.color-5 {
color: #775d22;
}

/* CSS Variables */
:root {
--color-1: #b7ba8c;
--color-2: #d28d32;
--color-3: #8fa659;
--color-4: #47a9a9;
--color-5: #775d22;
}

🌈 Earth's Whispering Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7ba8c, #d28d32, #8fa659, #47a9a9, #775d22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7ba8c, #d28d32, #8fa659, #47a9a9, #775d22);
}

Earth's Whispering Palette color palette created on .