Thunder Color Palette

Discover the beautiful Thunder color palette featuring suva gray (#8c7e86), old lavender (#705c6c), zambezi (#5f5252), emperor (#524748) and tundora (#413a3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Dark, Earthy, Gray, Muted, Neutral, Soft, Vintage, 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 Thunder palette

Share this palette to:

💻 Thunder color palette CSS

/* CSS */
.color-1 {
color: #8c7e86;
}
.color-2 {
color: #705c6c;
}
.color-3 {
color: #5f5252;
}
.color-4 {
color: #524748;
}
.color-5 {
color: #413a3d;
}

/* CSS Variables */
:root {
--color-1: #8c7e86;
--color-2: #705c6c;
--color-3: #5f5252;
--color-4: #524748;
--color-5: #413a3d;
}

🌈 Thunder background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7e86, #705c6c, #5f5252, #524748, #413a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7e86, #705c6c, #5f5252, #524748, #413a3d);
}

Thunder color palette created on .