Huehive Logo

HueHive

#1d1f21 Black
#cc6666 Red
#b5bd68 Green
#f0c674 Yellow
#81a2be Blue
#b294bb Magenta
#8abeb7 Cyan
#c5c8c6 White
#7B4B3A Brown

Original Palette with Brown

Palette Description

Based on the original color palette, I can create a brown color that complements the existing colors. Here’s a suggested brown color:

  • Brown: #7B4B3A

Now, here’s the updated JSON representation including the new brown color:

json
{
  "palette_name": "Original Palette with Brown",
  "colors": [
    {
      "name": "Black",
      "hex_code": "
                            
                            #1d1f21
                        "
    },
    {
      "name": "Red",
      "hex_code": "
                            
                            #cc6666
                        "
    },
    {
      "name": "Green",
      "hex_code": "
                            
                            #b5bd68
                        "
    },
    {
      "name": "Yellow",
      "hex_code": "
                            
                            #f0c674
                        "
    },
    {
      "name": "Blue",
      "hex_code": "
                            
                            #81a2be
                        "
    },
    {
      "name": "Magenta",
      "hex_code": "
                            
                            #b294bb
                        "
    },
    {
      "name": "Cyan",
      "hex_code": "
                            
                            #8abeb7
                        "
    },
    {
      "name": "White",
      "hex_code": "
                            
                            #c5c8c6
                        "
    },
    {
      "name": "Brown",
      "hex_code": "
                            
                            #7B4B3A
                        "
    }
  ]
}

Would you like to see variations of the brown color or any other color adjustments?