Huehive Logo

HueHive

#D9EAD3 Formula Cell
#F9CB9C Hardcoded Input
#A4C8E1 Output Cell
#F6B7A0 Header
#FFFFFF Background

Excel Formula Colors

Palette Description

Here’s a color palette that emphasizes clarity and distinction for Excel cells used in formulas, hardcoded inputs, and outputs. This palette features colors that can help differentiate between the types of data in your spreadsheet.

json
{
  "palette_name": "Excel Formula Colors",
  "colors": [
    {
      "name": "Formula Cell",
      "hex_code": "
                            
                            #D9EAD3
                        "
    },
    {
      "name": "Hardcoded Input",
      "hex_code": "
                            
                            #F9CB9C
                        "
    },
    {
      "name": "Output Cell",
      "hex_code": "
                            
                            #A4C8E1
                        "
    },
    {
      "name": "Header",
      "hex_code": "
                            
                            #F6B7A0
                        "
    },
    {
      "name": "Background",
      "hex_code": "
                            
                            #FFFFFF
                        "
    }
  ]
}

Palette Description

  • Formula Cell ( #D9EAD3 ): A soft green color to indicate cells that contain formulas.
  • Hardcoded Input ( #F9CB9C ): A warm peach color for cells where users manually input values.
  • Output Cell ( #A4C8E1 ): A calm blue color for cells that display results from formulas.
  • Header ( #F6B7A0 ): A light red shade for header cells to make them stand out.
  • Background ( #FFFFFF ): A clean white background for clarity and contrast.

Would you like to explore more color palettes or need any specific adjustments to this one?