Huehive Logo

HueHive

#A4C8E1 Pastel Blue
#A4D7A1 Pastel Green
#F6E3B4 Pastel Yellow
#D2B48C Pastel Brown
#EEDC9D Dark Cornsilk
#D7C9E0 Soft Lavender
#0E76A8 Hyperlink Blue
#6F2C91 Visited Hyperlink Purple
#4B3C2A Text/Background Dark
#FAF3E0 Text/Background Light

Excel Pastel Theme with Additional Accent Color

Palette Description

Here’s the updated color palette with an additional color that matches the first five accent colors, added as the sixth color in the array:

json
{
  "palette_name": "Excel Pastel Theme with Additional Accent Color",
  "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": "Soft Lavender",
      "hex_code": "
                            
                            #D7C9E0
                        "
    },
    {
      "name": "Hyperlink Blue",
      "hex_code": "
                            
                            #0E76A8
                        "
    },
    {
      "name": "Visited Hyperlink Purple",
      "hex_code": "
                            
                            #6F2C91
                        "
    },
    {
      "name": "Text/Background Dark",
      "hex_code": "
                            
                            #4B3C2A
                        "
    },
    {
      "name": "Text/Background Light",
      "hex_code": "
                            
                            #FAF3E0
                        "
    }
  ]
}

The new addition, “Soft Lavender,” complements the earlier pastel colors, providing an additional accent that fits well within the theme.

Do you need any further modifications or have other requests?