Whispers of Soil Color Palette

Discover the beautiful Whispers of Soil color palette featuring pavlova (#d8c2a2), nomad (#b5a99b), granite green (#8e8c7b), soya bean (#6a5a4d) and mondo (#4a3c2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Nature, Neutral, 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 Soil palette

Share this palette to:

💻 Whispers of Soil color palette CSS

/* CSS */
.color-1 {
color: #d8c2a2;
}
.color-2 {
color: #b5a99b;
}
.color-3 {
color: #8e8c7b;
}
.color-4 {
color: #6a5a4d;
}
.color-5 {
color: #4a3c2b;
}

/* CSS Variables */
:root {
--color-1: #d8c2a2;
--color-2: #b5a99b;
--color-3: #8e8c7b;
--color-4: #6a5a4d;
--color-5: #4a3c2b;
}

🌈 Whispers of Soil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c2a2, #b5a99b, #8e8c7b, #6a5a4d, #4a3c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c2a2, #b5a99b, #8e8c7b, #6a5a4d, #4a3c2b);
}

Whispers of Soil color palette created on .