Whispers of Granite Color Palette

Discover the beautiful Whispers of Granite color palette featuring eagle (#b1b4a2), bud (#a6aa9d), sage (#9ca68c), swirl (#d2cec6) and westar (#e0d8d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Neutral, Gray, Green, Light 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 Granite palette

Share this palette to:

💻 Whispers of Granite color palette CSS

/* CSS */
.color-1 {
color: #b1b4a2;
}
.color-2 {
color: #a6aa9d;
}
.color-3 {
color: #9ca68c;
}
.color-4 {
color: #d2cec6;
}
.color-5 {
color: #e0d8d1;
}

/* CSS Variables */
:root {
--color-1: #b1b4a2;
--color-2: #a6aa9d;
--color-3: #9ca68c;
--color-4: #d2cec6;
--color-5: #e0d8d1;
}

🌈 Whispers of Granite background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4a2, #a6aa9d, #9ca68c, #d2cec6, #e0d8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4a2, #a6aa9d, #9ca68c, #d2cec6, #e0d8d1);
}

Whispers of Granite color palette created on .