Duke Nukem Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Duke Nukem palette
Color Inspiration
Images that showcase this color palette in real designs
Download Duke Nukem Color Palette (PNG)
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);
}
Similar color palettes
Duke Nukem color palette created on .