Naruto Color Palette
Discover the beautiful Naruto color palette featuring web orange (#f5a300), zest (#e77e23), grenadier (#db4900), old brick (#9c1c31) and daisy bush (#5e2a92).
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 Naruto palette
💻 Naruto color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #db4900;
}
.color-4 {
color: #9c1c31;
}
.color-5 {
color: #5e2a92;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e77e23;
--color-3: #db4900;
--color-4: #9c1c31;
--color-5: #5e2a92;
} 🌈 Naruto background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e77e23, #db4900, #9c1c31, #5e2a92);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e77e23, #db4900, #9c1c31, #5e2a92);
} 🔗 Explore similar color palettes
Naruto color palette created on .