Sun Wukong Color Palette
Discover the beautiful Sun Wukong color palette featuring energy yellow (#f9d64e), neon carrot (#f99f3e), crusta (#f7703b), punch (#da502b) and cognac (#9d2a1b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGold, Yellow, Orange, Red, Vibrant, Bright, Summer, Fun, Monochromatic color palettes and combinations.
💡 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 Sun Wukong palette
💻 Sun Wukong color palette CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f99f3e;
}
.color-3 {
color: #f7703b;
}
.color-4 {
color: #da502b;
}
.color-5 {
color: #9d2a1b;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f99f3e;
--color-3: #f7703b;
--color-4: #da502b;
--color-5: #9d2a1b;
} 🌈 Sun Wukong background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f99f3e, #f7703b, #da502b, #9d2a1b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f99f3e, #f7703b, #da502b, #9d2a1b);
} 🔗 Explore similar color palettes
Sun Wukong color palette created on .