Duke Nukem Color Palette
Discover the beautiful Duke Nukem color palette featuring paarl (#ae5c2d), copper (#c67b39), di serria (#d89f4b), calico (#e3c7a1) and pigeon post (#a8b3d6).
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 Duke Nukem palette
💻 Duke Nukem color palette CSS
/* CSS */
.color-1 {
color: #ae5c2d;
}
.color-2 {
color: #c67b39;
}
.color-3 {
color: #d89f4b;
}
.color-4 {
color: #e3c7a1;
}
.color-5 {
color: #a8b3d6;
}
/* CSS Variables */
:root {
--color-1: #ae5c2d;
--color-2: #c67b39;
--color-3: #d89f4b;
--color-4: #e3c7a1;
--color-5: #a8b3d6;
}
🌈 Duke Nukem background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ae5c2d, #c67b39, #d89f4b, #e3c7a1, #a8b3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ae5c2d, #c67b39, #d89f4b, #e3c7a1, #a8b3d6);
}
🔗 Explore similar color palettes
Duke Nukem color palette created on .