Steampunk Color Palette
Discover the beautiful Steampunk color palette featuring spicy mix (#794d3e), santa fe (#b66c54), di serria (#d9a45e), apache (#e2c16e) and husk (#a6a24e).
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 Steampunk palette
💻 Steampunk color palette CSS
/* CSS */
.color-1 {
color: #794d3e;
}
.color-2 {
color: #b66c54;
}
.color-3 {
color: #d9a45e;
}
.color-4 {
color: #e2c16e;
}
.color-5 {
color: #a6a24e;
}
/* CSS Variables */
:root {
--color-1: #794d3e;
--color-2: #b66c54;
--color-3: #d9a45e;
--color-4: #e2c16e;
--color-5: #a6a24e;
}
🌈 Steampunk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794d3e, #b66c54, #d9a45e, #e2c16e, #a6a24e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794d3e, #b66c54, #d9a45e, #e2c16e, #a6a24e);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Steampunk color palette created on .