Whispers of Warm Earth Color Palette

Discover the beautiful Whispers of Warm Earth color palette featuring champagne (#f9e3d5), martini (#b2a5a1), dusty gray (#9b8e8d), hurricane (#867979) and scorpion (#706464).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Minimalist, Neutral, Pastel 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 Warm Earth palette

Share this palette to:

💻 Whispers of Warm Earth color palette CSS

/* CSS */
.color-1 {
color: #f9e3d5;
}
.color-2 {
color: #b2a5a1;
}
.color-3 {
color: #9b8e8d;
}
.color-4 {
color: #867979;
}
.color-5 {
color: #706464;
}

/* CSS Variables */
:root {
--color-1: #f9e3d5;
--color-2: #b2a5a1;
--color-3: #9b8e8d;
--color-4: #867979;
--color-5: #706464;
}

🌈 Whispers of Warm Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e3d5, #b2a5a1, #9b8e8d, #867979, #706464);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e3d5, #b2a5a1, #9b8e8d, #867979, #706464);
}

Whispers of Warm Earth color palette created on .