Huehive Logo

HueHive

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

Excel Pastel Theme with Darker Cornsilk and Hyperlink Colors

Palette Description

Got it! Here’s the updated color palette with a darker version of Cornsilk to account for Excel’s adjustments when used as an Accent color:

json
{
  "palette_name": "Excel Pastel Theme with Darker Cornsilk 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": "Cornsilk (Table Color)",
      "hex_code": "
                            
                            #FFF8DC
                        "
    },
    {
      "name": "Hyperlink Blue",
      "hex_code": "
                            
                            #0E76A8
                        "
    },
    {
      "name": "Visited Hyperlink Purple",
      "hex_code": "
                            
                            #6F2C91
                        "
    }
  ]
}

In this palette, “Dark Cornsilk” is now included to ensure it remains visually appealing even after adjustments by Excel.

Is there anything else you would like to change or inquire about?