Japanese Phoenix Color Palette
Discover the beautiful Japanese Phoenix color palette featuring orange roughy (#bb4b1c), ochre (#d07123), di serria (#d6984a), harvest gold (#dda972) and brandy rose (#bc8b77).
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 Japanese Phoenix palette
💻 Japanese Phoenix color palette CSS
/* CSS */
.color-1 {
color: #bb4b1c;
}
.color-2 {
color: #d07123;
}
.color-3 {
color: #d6984a;
}
.color-4 {
color: #dda972;
}
.color-5 {
color: #bc8b77;
}
/* CSS Variables */
:root {
--color-1: #bb4b1c;
--color-2: #d07123;
--color-3: #d6984a;
--color-4: #dda972;
--color-5: #bc8b77;
} 🌈 Japanese Phoenix background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bb4b1c, #d07123, #d6984a, #dda972, #bc8b77);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bb4b1c, #d07123, #d6984a, #dda972, #bc8b77);
} 🔗 Explore similar color palettes
Japanese Phoenix color palette created on .