Thunder Spark Color Palette
Discover the beautiful Thunder Spark color palette featuring martinique (#343460), kimberly (#66669e), cold purple (#9f9fe0), periwinkle gray (#c5c5ec) and white lilac (#f3f3fb).
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 Spark palette
💻 Thunder Spark color palette CSS
/* CSS */
.color-1 {
color: #343460;
}
.color-2 {
color: #66669e;
}
.color-3 {
color: #9f9fe0;
}
.color-4 {
color: #c5c5ec;
}
.color-5 {
color: #f3f3fb;
}
/* CSS Variables */
:root {
--color-1: #343460;
--color-2: #66669e;
--color-3: #9f9fe0;
--color-4: #c5c5ec;
--color-5: #f3f3fb;
} 🌈 Thunder Spark background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #343460, #66669e, #9f9fe0, #c5c5ec, #f3f3fb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #343460, #66669e, #9f9fe0, #c5c5ec, #f3f3fb);
} 🔗 Explore similar color palettes
Thunder Spark color palette created on .