Steampunk Red Color Palette

Discover the beautiful Steampunk Red color palette featuring asphalt (#18070b), coffee bean (#240a10), coffee bean (#2b0d18), tamarind (#2d111a) and tamarind (#2f131d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Burgundy, Black, Crimson, Autumn, Earthy, Warm 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 Red palette

Share this palette to:

💻 Steampunk Red color palette CSS

/* CSS */
.color-1 {
color: #18070b;
}
.color-2 {
color: #240a10;
}
.color-3 {
color: #2b0d18;
}
.color-4 {
color: #2d111a;
}
.color-5 {
color: #2f131d;
}

/* CSS Variables */
:root {
--color-1: #18070b;
--color-2: #240a10;
--color-3: #2b0d18;
--color-4: #2d111a;
--color-5: #2f131d;
}

🌈 Steampunk Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #18070b, #240a10, #2b0d18, #2d111a, #2f131d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #18070b, #240a10, #2b0d18, #2d111a, #2f131d);
}

Steampunk Red color palette created on .