Steampunk Color Palette
Discover the beautiful Steampunk color palette featuring shingle fawn (#714f38), indian khaki (#c2b180), laser (#c7a46b), kumera (#895b29) and anzac (#d8b44f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Brown, Earthy, Gold, Mechanical, Metal, Steampunk, Vintage 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 Steampunk palette
๐ป Steampunk color palette CSS
/* CSS */
.color-1 {
color: #714f38;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #c7a46b;
}
.color-4 {
color: #895b29;
}
.color-5 {
color: #d8b44f;
}
/* CSS Variables */
:root {
--color-1: #714f38;
--color-2: #c2b180;
--color-3: #c7a46b;
--color-4: #895b29;
--color-5: #d8b44f;
} ๐ Steampunk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714f38, #c2b180, #c7a46b, #895b29, #d8b44f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714f38, #c2b180, #c7a46b, #895b29, #d8b44f);
} ๐ Explore similar color palettes
Steampunk color palette created on .