Custom Google Sheets Dashboard
About This Color Palette
Based on the colors you’ve provided ( #1a80e5 for a shade of blue and #e26625 for a shade of orange), here is a complementary color palette that can enhance your Google Sheets dashboard:
json
{
"palette_name": "Custom Google Sheets Dashboard",
"colors": [
{
"name": "Bright Blue",
"hex_code": "
#1A80E5
"
},
{
"name": "Vibrant Orange",
"hex_code": "
#E26625
"
},
{
"name": "Soft Gray",
"hex_code": "
#D3D3D3
"
},
{
"name": "Deep Navy",
"hex_code": "
#003366
"
},
{
"name": "Cool Teal",
"hex_code": "
#008080
"
}
]
}
This palette includes your specified blue and orange as primary colors, while adding Soft Gray for neutrality, Deep Navy for depth, and Cool Teal for a refreshing contrast. This combination should work well for various elements like slicers and chart text without overwhelming the viewer.
Do you want to adjust any of the colors or add more elements to this palette?