Huehive Logo

HueHive

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

Excel Pastel Theme with Table Color and Hyperlink Colors

Palette Description

Understood! Here’s the updated color palette with Cornsilk as the designated table color, and a new color has been added to replace it in the palette. The new color is a light beige for a subtle table effect:

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

In this palette, “Cornsilk” is designated as a table color, while “Light Beige” serves as an alternative color.

Would you like to make any further changes or explore additional options?