Whispers of Tranquil Earth Color Palette

Discover the beautiful Whispers of Tranquil Earth color palette featuring white (#ffffff), moon mist (#e3e2d8), ash (#c5c5b3), swamp green (#b6b585) and hillary (#aead7c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Minimalist, Neutral, Soft, Spring, Summer, White 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 Tranquil Earth palette

Share this palette to:

💻 Whispers of Tranquil Earth color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3e2d8;
}
.color-3 {
color: #c5c5b3;
}
.color-4 {
color: #b6b585;
}
.color-5 {
color: #aead7c;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3e2d8;
--color-3: #c5c5b3;
--color-4: #b6b585;
--color-5: #aead7c;
}

🌈 Whispers of Tranquil Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3e2d8, #c5c5b3, #b6b585, #aead7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3e2d8, #c5c5b3, #b6b585, #aead7c);
}

Whispers of Tranquil Earth color palette created on .