Powder Ash Color Palette
Discover the beautiful Powder Ash color palette featuring powder ash (#bbc9c1), edward (#a4b7b3), cascade (#8ea4a2), almond (#f2dfd4) and shilo (#e6b1a8).
Brightness
Saturation
Warmth
💡 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 Powder Ash palette
💻 Powder Ash color palette CSS
/* CSS */
.color-1 {
color: #bbc9c1;
}
.color-2 {
color: #a4b7b3;
}
.color-3 {
color: #8ea4a2;
}
.color-4 {
color: #f2dfd4;
}
.color-5 {
color: #e6b1a8;
}
/* CSS Variables */
:root {
--color-1: #bbc9c1;
--color-2: #a4b7b3;
--color-3: #8ea4a2;
--color-4: #f2dfd4;
--color-5: #e6b1a8;
}
🌈 Powder Ash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbc9c1, #a4b7b3, #8ea4a2, #f2dfd4, #e6b1a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbc9c1, #a4b7b3, #8ea4a2, #f2dfd4, #e6b1a8);
}
🔗 Explore similar color palettes
Powder Ash color palette created on .