#007BFF
Ocean Blue
#FF5733
Sunset Orange
#28A745
Lime Green
#6F42C1
Vibrant Purple
#DC3545
Crimson Red
#FFC107
Golden Yellow
#6C757D
Slate Gray
#20C997
Teal
Palette Description
Here is a color palette specifically designed for a stacked chart, featuring 8 distinct colors to ensure clarity and differentiation:
json
{
"palette_name": "Stacked Chart Colors",
"colors": [
{
"name": "Ocean Blue",
"hex_code": "
#007BFF
"
},
{
"name": "Sunset Orange",
"hex_code": "
#FF5733
"
},
{
"name": "Lime Green",
"hex_code": "
#28A745
"
},
{
"name": "Vibrant Purple",
"hex_code": "
#6F42C1
"
},
{
"name": "Crimson Red",
"hex_code": "
#DC3545
"
},
{
"name": "Golden Yellow",
"hex_code": "
#FFC107
"
},
{
"name": "Slate Gray",
"hex_code": "
#6C757D
"
},
{
"name": "Teal",
"hex_code": "
#20C997
"
}
]
}
This palette includes a variety of colors that work well together, making them suitable for visualizing data in a stacked chart format.
Would you like any additional information or help with your stacked chart?