Steel Sunset Color Palette

Discover the beautiful Steel Sunset color palette featuring bright gray (#3b3e4a), mid gray (#5a5c6d), waterloo (#7b7f93), ghost (#c5c8d3) and athens gray (#e9ebf1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Blue, Bright, Modern, Neutral, Soft, Warm Summer, Light Winter 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 Steel Sunset palette

Share this palette to:

💻 Steel Sunset color palette CSS

/* CSS */
.color-1 {
color: #3b3e4a;
}
.color-2 {
color: #5a5c6d;
}
.color-3 {
color: #7b7f93;
}
.color-4 {
color: #c5c8d3;
}
.color-5 {
color: #e9ebf1;
}

/* CSS Variables */
:root {
--color-1: #3b3e4a;
--color-2: #5a5c6d;
--color-3: #7b7f93;
--color-4: #c5c8d3;
--color-5: #e9ebf1;
}

🌈 Steel Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3e4a, #5a5c6d, #7b7f93, #c5c8d3, #e9ebf1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3e4a, #5a5c6d, #7b7f93, #c5c8d3, #e9ebf1);
}

Steel Sunset color palette created on .