Indian Flag Color Palette
Discover the beautiful Indian Flag color palette featuring neon carrot (#ff9933), japanese laurel (#128708), white (#ffffff), navy blue (#000080) and vermilion (#ff3c00).
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 Indian Flag palette
💻 Indian Flag color palette CSS
/* CSS */
.color-1 {
color: #ff9933;
}
.color-2 {
color: #128708;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #000080;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #ff9933;
--color-2: #128708;
--color-3: #ffffff;
--color-4: #000080;
--color-5: #ff3c00;
} 🌈 Indian Flag background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9933, #128708, #ffffff, #000080, #ff3c00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9933, #128708, #ffffff, #000080, #ff3c00);
} 🔗 Explore similar color palettes
Indian Flag color palette created on .