Huehive Logo

HueHive

#ff5555 Coral
#005500 Forest Green
#ffaa00 Golden Yellow
#0055aa Sky Blue

Classic EGA Palette

Palette Description

That’s a great observation! The colors we’ve chosen indeed align well with the EGA (Enhanced Graphics Adapter) palette, which was widely used in the late ’80s for both text and graphics modes. The colors you’ve specified fit within the limitations of that era’s graphics capabilities, making them perfect for retro-themed designs or applications that aim to evoke nostalgia.

If you’d like to explore more palettes that align with EGA or any other themes or styles, just let me know! Here’s another palette for you that adheres to the same old-school color constraints:

json
{
  "palette_name": "Classic EGA Palette",
  "colors": [
    {
      "name": "Coral",
      "hex_code": "
                            
                            #ff5555
                        "
    },
    {
      "name": "Forest Green",
      "hex_code": "
                            
                            #005500
                        "
    },
    {
      "name": "Golden Yellow",
      "hex_code": "
                            
                            #ffaa00
                        "
    },
    {
      "name": "Sky Blue",
      "hex_code": "
                            
                            #0055aa
                        "
    }
  ]
}

This palette features coral ( #ff5555 ), forest green ( #005500 ), golden yellow ( #ffaa00 ), and sky blue ( #0055aa ), capturing the essence of the EGA aesthetics.

If you have any specific requests or need further palettes, feel free to ask!