Japan on the Moon Color Palette
Discover the beautiful Japan on the Moon color palette featuring rose fog (#e4c1af), london hue (#b4a0c0), lavender purple (#8e7dba), breaker bay (#5b9b9f) and oracle (#3a7e7c).
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 Japan on the Moon palette
💻 Japan on the Moon color palette CSS
/* CSS */
.color-1 {
color: #e4c1af;
}
.color-2 {
color: #b4a0c0;
}
.color-3 {
color: #8e7dba;
}
.color-4 {
color: #5b9b9f;
}
.color-5 {
color: #3a7e7c;
}
/* CSS Variables */
:root {
--color-1: #e4c1af;
--color-2: #b4a0c0;
--color-3: #8e7dba;
--color-4: #5b9b9f;
--color-5: #3a7e7c;
} 🌈 Japan on the Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4c1af, #b4a0c0, #8e7dba, #5b9b9f, #3a7e7c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4c1af, #b4a0c0, #8e7dba, #5b9b9f, #3a7e7c);
} 🔗 Explore similar color palettes
Japan on the Moon color palette created on .