Whispers of Earth Color Palette

Discover the beautiful Whispers of Earth color palette featuring snow drift (#f5f7f3), squirrel (#978982), kabul (#55483f), kelp (#3b4431) and english walnut (#422e29).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Whispers of Earth color palette CSS

/* CSS */
.color-1 {
color: #f5f7f3;
}
.color-2 {
color: #978982;
}
.color-3 {
color: #55483f;
}
.color-4 {
color: #3b4431;
}
.color-5 {
color: #422e29;
}

/* CSS Variables */
:root {
--color-1: #f5f7f3;
--color-2: #978982;
--color-3: #55483f;
--color-4: #3b4431;
--color-5: #422e29;
}

🌈 Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f7f3, #978982, #55483f, #3b4431, #422e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f7f3, #978982, #55483f, #3b4431, #422e29);
}

Whispers of Earth color palette created on .