Red Ash Color Palette
Discover the beautiful Red Ash color palette featuring burnt umber (#862d2a), tosca (#96423e), matrix (#a15850), leather (#a16656) and coral tree (#a2726a).
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 Red Ash palette
💻 Red Ash color palette CSS
/* CSS */
.color-1 {
color: #862d2a;
}
.color-2 {
color: #96423e;
}
.color-3 {
color: #a15850;
}
.color-4 {
color: #a16656;
}
.color-5 {
color: #a2726a;
}
/* CSS Variables */
:root {
--color-1: #862d2a;
--color-2: #96423e;
--color-3: #a15850;
--color-4: #a16656;
--color-5: #a2726a;
} 🌈 Red Ash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #862d2a, #96423e, #a15850, #a16656, #a2726a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #862d2a, #96423e, #a15850, #a16656, #a2726a);
} 🔗 Explore similar color palettes
Red Ash color palette created on .