Whispers of Stone Color Palette

Discover the beautiful Whispers of Stone color palette featuring white (#fefefe), cold turkey (#d0c0b9), corduroy (#6c6f6d), nandor (#515453) and lunar green (#404140).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Earthy, Gray, Minimalist, Modern, Neutral, 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 Stone palette

Share this palette to:

💻 Whispers of Stone color palette CSS

/* CSS */
.color-1 {
color: #fefefe;
}
.color-2 {
color: #d0c0b9;
}
.color-3 {
color: #6c6f6d;
}
.color-4 {
color: #515453;
}
.color-5 {
color: #404140;
}

/* CSS Variables */
:root {
--color-1: #fefefe;
--color-2: #d0c0b9;
--color-3: #6c6f6d;
--color-4: #515453;
--color-5: #404140;
}

🌈 Whispers of Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefefe, #d0c0b9, #6c6f6d, #515453, #404140);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefefe, #d0c0b9, #6c6f6d, #515453, #404140);
}

Whispers of Stone color palette created on .