Thunder Color Palette

Discover the beautiful Thunder color palette featuring mid gray (#5a5b6c), waterloo (#7b7c8e), santas gray (#9fa2b2), ghost (#c3c6d5) and athens gray (#e6e9ef).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Blue, Deep, Earthy, Modern, Bright 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 Thunder palette

Share this palette to:

💻 Thunder color palette CSS

/* CSS */
.color-1 {
color: #5a5b6c;
}
.color-2 {
color: #7b7c8e;
}
.color-3 {
color: #9fa2b2;
}
.color-4 {
color: #c3c6d5;
}
.color-5 {
color: #e6e9ef;
}

/* CSS Variables */
:root {
--color-1: #5a5b6c;
--color-2: #7b7c8e;
--color-3: #9fa2b2;
--color-4: #c3c6d5;
--color-5: #e6e9ef;
}

🌈 Thunder background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5b6c, #7b7c8e, #9fa2b2, #c3c6d5, #e6e9ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5b6c, #7b7c8e, #9fa2b2, #c3c6d5, #e6e9ef);
}

Thunder color palette created on .