Huehive Logo

HueHive

#A4C8E1 Pastel Blue
#A4D7A1 Pastel Green
#F6E3B4 Pastel Yellow
#D2B48C Pastel Brown
#EEDC9D Dark Cornsilk
#0E76A8 Hyperlink Blue
#6F2C91 Visited Hyperlink Purple

Excel Pastel Theme with Darker Cornsilk Removed and Hyperlink Colors

Palette Description

Here’s the updated color palette with Cornsilk removed:

json
{
  "palette_name": "Excel Pastel Theme with Darker Cornsilk Removed and Hyperlink Colors",
  "colors": [
    {
      "name": "Pastel Blue",
      "hex_code": "
                            
                            #A4C8E1
                        "
    },
    {
      "name": "Pastel Green",
      "hex_code": "
                            
                            #A4D7A1
                        "
    },
    {
      "name": "Pastel Yellow",
      "hex_code": "
                            
                            #F6E3B4
                        "
    },
    {
      "name": "Pastel Brown",
      "hex_code": "
                            
                            #D2B48C
                        "
    },
    {
      "name": "Dark Cornsilk",
      "hex_code": "
                            
                            #EEDC9D
                        "
    },
    {
      "name": "Hyperlink Blue",
      "hex_code": "
                            
                            #0E76A8
                        "
    },
    {
      "name": "Visited Hyperlink Purple",
      "hex_code": "
                            
                            #6F2C91
                        "
    }
  ]
}

Now the palette consists of the requested pastel colors along with “Dark Cornsilk” as an alternative and the hyperlink colors.

Would you like to make any further adjustments or explore other options?