Japan Flag Color Palette
Discover the beautiful Japan Flag color palette featuring white (#ffffff), guardsman red (#d60000), your pink (#ffcdcc), bright red (#b30000) and bittersweet (#ff6666).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withWhite, Red, Flag, Minimalist, Modern, Bright, Vibrant, Summer, Geometric 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 Japan Flag palette
💻 Japan Flag color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d60000;
}
.color-3 {
color: #ffcdcc;
}
.color-4 {
color: #b30000;
}
.color-5 {
color: #ff6666;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d60000;
--color-3: #ffcdcc;
--color-4: #b30000;
--color-5: #ff6666;
} 🌈 Japan Flag background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d60000, #ffcdcc, #b30000, #ff6666);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d60000, #ffcdcc, #b30000, #ff6666);
} 🔗 Explore similar color palettes
Japan Flag color palette created on .