Rustic Ember Color Palette
Discover the beautiful Rustic Ember color palette featuring buccaneer (#5f2b2b), anzac (#d9a74a), mine shaft (#292929), santa fe (#ac6f4d) and copper rust (#a04b4b).
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 Rustic Ember palette
💻 Rustic Ember color palette CSS
/* CSS */
.color-1 {
color: #5f2b2b;
}
.color-2 {
color: #d9a74a;
}
.color-3 {
color: #292929;
}
.color-4 {
color: #ac6f4d;
}
.color-5 {
color: #a04b4b;
}
/* CSS Variables */
:root {
--color-1: #5f2b2b;
--color-2: #d9a74a;
--color-3: #292929;
--color-4: #ac6f4d;
--color-5: #a04b4b;
}
🌈 Rustic Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b2b, #d9a74a, #292929, #ac6f4d, #a04b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b2b, #d9a74a, #292929, #ac6f4d, #a04b4b);
}
🔗 Explore similar color palettes
Rustic Ember color palette created on .