Huehive Logo

HueHive

#005EB8 Bold Blue
#A3C7E0 Pale Blue
#007A33 Bold Green
#A8D8B9 Pale Green
#FF6A13 Bold Orange
#FFB48C Pale Orange
#D50032 Bold Red
#FF9EB3 Pale Pink
#FF3C78 Bright Pink
#E6C9E4 Soft Lavender

Excel Bold & Pale

Palette Description

Let’s add a complementary shade to the bright pink. A soft lavender would work nicely to balance and complement the bright pink. Here’s the updated color palette:

json
{
  "palette_name": "Excel Bold & Pale",
  "colors": [
    {
      "name": "Bold Blue",
      "hex_code": "
                            
                            #005EB8
                        "
    },
    {
      "name": "Pale Blue",
      "hex_code": "
                            
                            #A3C7E0
                        "
    },
    {
      "name": "Bold Green",
      "hex_code": "
                            
                            #007A33
                        "
    },
    {
      "name": "Pale Green",
      "hex_code": "
                            
                            #A8D8B9
                        "
    },
    {
      "name": "Bold Orange",
      "hex_code": "
                            
                            #FF6A13
                        "
    },
    {
      "name": "Pale Orange",
      "hex_code": "
                            
                            #FFB48C
                        "
    },
    {
      "name": "Bold Red",
      "hex_code": "
                            
                            #D50032
                        "
    },
    {
      "name": "Pale Pink",
      "hex_code": "
                            
                            #FF9EB3
                        "
    },
    {
      "name": "Bright Pink",
      "hex_code": "
                            
                            #FF3C78
                        "
    },
    {
      "name": "Soft Lavender",
      "hex_code": "
                            
                            #E6C9E4
                        "
    }
  ]
}

The addition of soft lavender provides a gentle and complementary touch to the bright pink, enhancing the overall aesthetics of the palette. Is there anything else you would like to modify or explore?