Beautiful Japan Color Palette
Discover the beautiful Beautiful Japan color palette featuring banana mania (#fce3b0), mandys pink (#f5c3b7), light wisteria (#d49adb), moss green (#a4dab6) and powder blue (#b7e3e6).
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 Beautiful Japan palette
💻 Beautiful Japan color palette CSS
/* CSS */
.color-1 {
color: #fce3b0;
}
.color-2 {
color: #f5c3b7;
}
.color-3 {
color: #d49adb;
}
.color-4 {
color: #a4dab6;
}
.color-5 {
color: #b7e3e6;
}
/* CSS Variables */
:root {
--color-1: #fce3b0;
--color-2: #f5c3b7;
--color-3: #d49adb;
--color-4: #a4dab6;
--color-5: #b7e3e6;
} 🌈 Beautiful Japan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce3b0, #f5c3b7, #d49adb, #a4dab6, #b7e3e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce3b0, #f5c3b7, #d49adb, #a4dab6, #b7e3e6);
} 🔗 Explore similar color palettes
Beautiful Japan color palette created on .