Japanese Phoenix Color Palette

Discover the beautiful Japanese Phoenix color palette featuring orange roughy (#ba4b1c), ochre (#d17223), raw sienna (#d59648), harvest gold (#ddaa73) and old rose (#bc8a76).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Yellow, Earthy, Warm, Autumn, Beige, Muted, Boho, Coastal 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 Japanese Phoenix palette

Share this palette to:

💻 Japanese Phoenix color palette CSS

/* CSS */
.color-1 {
color: #ba4b1c;
}
.color-2 {
color: #d17223;
}
.color-3 {
color: #d59648;
}
.color-4 {
color: #ddaa73;
}
.color-5 {
color: #bc8a76;
}

/* CSS Variables */
:root {
--color-1: #ba4b1c;
--color-2: #d17223;
--color-3: #d59648;
--color-4: #ddaa73;
--color-5: #bc8a76;
}

🌈 Japanese Phoenix background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba4b1c, #d17223, #d59648, #ddaa73, #bc8a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba4b1c, #d17223, #d59648, #ddaa73, #bc8a76);
}

Japanese Phoenix color palette created on .