Whispers of Ashen Elegance Color Palette

Discover the beautiful Whispers of Ashen Elegance color palette featuring tide (#b9b5b1), silver rust (#d1c6c2), wafer (#e4d8d2), pot pourri (#f4e5e1) and fantasy (#faf1f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Soft, Warm, Neutral 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 Ashen Elegance palette

Share this palette to:

💻 Whispers of Ashen Elegance color palette CSS

/* CSS */
.color-1 {
color: #b9b5b1;
}
.color-2 {
color: #d1c6c2;
}
.color-3 {
color: #e4d8d2;
}
.color-4 {
color: #f4e5e1;
}
.color-5 {
color: #faf1f0;
}

/* CSS Variables */
:root {
--color-1: #b9b5b1;
--color-2: #d1c6c2;
--color-3: #e4d8d2;
--color-4: #f4e5e1;
--color-5: #faf1f0;
}

🌈 Whispers of Ashen Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9b5b1, #d1c6c2, #e4d8d2, #f4e5e1, #faf1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9b5b1, #d1c6c2, #e4d8d2, #f4e5e1, #faf1f0);
}

Whispers of Ashen Elegance color palette created on .