Whispers of Ash Color Palette
Discover the beautiful Whispers of Ash color palette featuring bombay (#afb2b6), gray chateau (#a1a7aa), oslo gray (#8a9093), nevada (#6d7174) and abbey (#494d50).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGray, Modern, Minimalist, Muted, 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 Ash palette
💻 Whispers of Ash color palette CSS
/* CSS */
.color-1 {
color: #afb2b6;
}
.color-2 {
color: #a1a7aa;
}
.color-3 {
color: #8a9093;
}
.color-4 {
color: #6d7174;
}
.color-5 {
color: #494d50;
}
/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #a1a7aa;
--color-3: #8a9093;
--color-4: #6d7174;
--color-5: #494d50;
}
🌈 Whispers of Ash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #a1a7aa, #8a9093, #6d7174, #494d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #a1a7aa, #8a9093, #6d7174, #494d50);
}
🔗 Explore similar color palettes
Whispers of Ash color palette created on .