Whispering Ashes Color Palette
Discover the beautiful Whispering Ashes color palette featuring bombay (#b0b3b5), edward (#a3a7a8), iron (#d0d4d7), athens gray (#e7e9ee) and porcelain (#f3f5f6).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Whispering Ashes palette
💻 Whispering Ashes color palette CSS
/* CSS */
.color-1 {
color: #b0b3b5;
}
.color-2 {
color: #a3a7a8;
}
.color-3 {
color: #d0d4d7;
}
.color-4 {
color: #e7e9ee;
}
.color-5 {
color: #f3f5f6;
}
/* CSS Variables */
:root {
--color-1: #b0b3b5;
--color-2: #a3a7a8;
--color-3: #d0d4d7;
--color-4: #e7e9ee;
--color-5: #f3f5f6;
} 🌈 Whispering Ashes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b3b5, #a3a7a8, #d0d4d7, #e7e9ee, #f3f5f6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b3b5, #a3a7a8, #d0d4d7, #e7e9ee, #f3f5f6);
} Whispering Ashes color palette created on .