Japanese Steampunk Color Palette
Discover the beautiful Japanese Steampunk color palette featuring kelp (#4f4c3b), sepia skin (#a55b40), soft amber (#d3c6b6), mongoose (#b5a18c) and yellow metal (#795a39).
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 Japanese Steampunk palette
💻 Japanese Steampunk color palette CSS
/* CSS */
.color-1 {
color: #4f4c3b;
}
.color-2 {
color: #a55b40;
}
.color-3 {
color: #d3c6b6;
}
.color-4 {
color: #b5a18c;
}
.color-5 {
color: #795a39;
}
/* CSS Variables */
:root {
--color-1: #4f4c3b;
--color-2: #a55b40;
--color-3: #d3c6b6;
--color-4: #b5a18c;
--color-5: #795a39;
} 🌈 Japanese Steampunk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4c3b, #a55b40, #d3c6b6, #b5a18c, #795a39);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4c3b, #a55b40, #d3c6b6, #b5a18c, #795a39);
} 🔗 Explore similar color palettes
Japanese Steampunk color palette created on .