Nuke Color Palette
Discover the beautiful Nuke color palette featuring thunder (#2e292c), mortar (#5a4d5b), trendy pink (#9d7a9f), maverick (#d9c4d6) and french lilac (#f4e8f8).
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 Nuke palette
💻 Nuke color palette CSS
/* CSS */
.color-1 {
color: #2e292c;
}
.color-2 {
color: #5a4d5b;
}
.color-3 {
color: #9d7a9f;
}
.color-4 {
color: #d9c4d6;
}
.color-5 {
color: #f4e8f8;
}
/* CSS Variables */
:root {
--color-1: #2e292c;
--color-2: #5a4d5b;
--color-3: #9d7a9f;
--color-4: #d9c4d6;
--color-5: #f4e8f8;
} 🌈 Nuke background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e292c, #5a4d5b, #9d7a9f, #d9c4d6, #f4e8f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e292c, #5a4d5b, #9d7a9f, #d9c4d6, #f4e8f8);
} 🔗 Explore similar color palettes
Nuke color palette created on .