Showa Retro Color Palette

Discover the beautiful Showa Retro color palette featuring web orange (#f5a300), flame pea (#da5f2b), tapestry (#a95b8b), lynch (#6b7c9e) and oxford blue (#3a3f59).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRetro, Japanese, Vintage, Bright, Orange, Pink, Blue, Purple, Soft Summer, Earthy 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 Showa Retro palette

Share this palette to:

💻 Showa Retro color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #da5f2b;
}
.color-3 {
color: #a95b8b;
}
.color-4 {
color: #6b7c9e;
}
.color-5 {
color: #3a3f59;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #da5f2b;
--color-3: #a95b8b;
--color-4: #6b7c9e;
--color-5: #3a3f59;
}

🌈 Showa Retro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #da5f2b, #a95b8b, #6b7c9e, #3a3f59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #da5f2b, #a95b8b, #6b7c9e, #3a3f59);
}

Showa Retro color palette created on .