Steampunk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Steampunk palette
Steampunk color palette CSS
/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #c27a9f;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #8c5a2b;
}
.color-5 {
color: #d4af35;
}
/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #c27a9f;
--color-3: #f0e78e;
--color-4: #8c5a2b;
--color-5: #d4af35;
}
Steampunk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #c27a9f, #f0e78e, #8c5a2b, #d4af35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #c27a9f, #f0e78e, #8c5a2b, #d4af35);
}
Similar color palettes
Steampunk color palette created on .