Whispers of Earthstone Color Palette

Discover the beautiful Whispers of Earthstone color palette featuring desert storm (#f5f5f4), coral reef (#c3b99d), bandicoot (#837e72), fuscous gray (#52504c) and cape cod (#323935).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Minimalist, Earthy, 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 Earthstone palette

Share this palette to:

💻 Whispers of Earthstone color palette CSS

/* CSS */
.color-1 {
color: #f5f5f4;
}
.color-2 {
color: #c3b99d;
}
.color-3 {
color: #837e72;
}
.color-4 {
color: #52504c;
}
.color-5 {
color: #323935;
}

/* CSS Variables */
:root {
--color-1: #f5f5f4;
--color-2: #c3b99d;
--color-3: #837e72;
--color-4: #52504c;
--color-5: #323935;
}

🌈 Whispers of Earthstone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f4, #c3b99d, #837e72, #52504c, #323935);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f4, #c3b99d, #837e72, #52504c, #323935);
}

Whispers of Earthstone color palette created on .