Steampunk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Steampunk palette

Share this palette to:

Steampunk color palette PNG image

Download steampunk color palette PNG image (landscape)
Download steampunk color palette PNG image (square)

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);
}

Steampunk color palette created on .