Whispers of Earth Color Palette

Discover the beautiful Whispers of Earth color palette featuring soft amber (#ccc3b3), hillary (#aa9c83), domino (#8c7d5f), tobacco brown (#716747) and verdigris (#595331).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Minimalist, Boho, Autumn, Warm 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 Earth palette

Share this palette to:

💻 Whispers of Earth color palette CSS

/* CSS */
.color-1 {
color: #ccc3b3;
}
.color-2 {
color: #aa9c83;
}
.color-3 {
color: #8c7d5f;
}
.color-4 {
color: #716747;
}
.color-5 {
color: #595331;
}

/* CSS Variables */
:root {
--color-1: #ccc3b3;
--color-2: #aa9c83;
--color-3: #8c7d5f;
--color-4: #716747;
--color-5: #595331;
}

🌈 Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccc3b3, #aa9c83, #8c7d5f, #716747, #595331);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccc3b3, #aa9c83, #8c7d5f, #716747, #595331);
}

Whispers of Earth color palette created on .