Huehive Logo

HueHive

#4CAF50 Header Color
#E8F5E9 Row Color 1
#C8E6C9 Row Color 2

Excel Table Palette

Palette Description

Here’s a color palette designed for an Excel table, featuring a distinct header color and alternating row colors for better readability:

json
{
  "palette_name": "Excel Table Palette",
  "colors": [
    {
      "name": "Header Color",
      "hex_code": "
                            
                            #4CAF50
                        "
    },
    {
      "name": "Row Color 1",
      "hex_code": "
                            
                            #E8F5E9
                        "
    },
    {
      "name": "Row Color 2",
      "hex_code": "
                            
                            #C8E6C9
                        "
    }
  ]
}

Palette Description:

  • Header Color: A vibrant green shade that stands out for the header row.
  • Row Color 1: A light green to be used for the first set of data rows, providing a soft background.
  • Row Color 2: A slightly darker shade of green for the alternating rows, enhancing readability.

Would you like any adjustments to the colors or need suggestions for specific data types?