Thunder Color Palette
Discover the beautiful Thunder color palette featuring ebony clay (#1d202f), mulled wine (#4a4d68), waterloo (#7a7d94), london hue (#b3a2c3) and snuff (#efe4f1).
Brightness
Saturation
Warmth
💡 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
💻 Thunder color palette CSS
/* CSS */
.color-1 {
color: #1d202f;
}
.color-2 {
color: #4a4d68;
}
.color-3 {
color: #7a7d94;
}
.color-4 {
color: #b3a2c3;
}
.color-5 {
color: #efe4f1;
}
/* CSS Variables */
:root {
--color-1: #1d202f;
--color-2: #4a4d68;
--color-3: #7a7d94;
--color-4: #b3a2c3;
--color-5: #efe4f1;
} 🌈 Thunder background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202f, #4a4d68, #7a7d94, #b3a2c3, #efe4f1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202f, #4a4d68, #7a7d94, #b3a2c3, #efe4f1);
} 🔗 Explore similar color palettes
Thunder color palette created on .