#FF5733
Bright Red
#39B54A
Lime Green
#00A3E0
Sky Blue
#F6EB61
Sunshine Yellow
#FF8D00
Vivid Orange
#A500B5
Purple
#FF6F61
Coral Pink
#008C8C
Teal
#6A5ACD
Slate Blue
#DAA520
Goldenrod
#DC143C
Crimson
#3CB371
Medium Sea Green
Palette Description
Here’s a color palette designed specifically for categorical data visualization, ensuring each color is easy to distinguish from the others:
json
{
"palette_name": "Categorical Colors",
"colors": [
{
"name": "Bright Red",
"hex_code": "
#FF5733
"
},
{
"name": "Lime Green",
"hex_code": "
#39B54A
"
},
{
"name": "Sky Blue",
"hex_code": "
#00A3E0
"
},
{
"name": "Sunshine Yellow",
"hex_code": "
#F6EB61
"
},
{
"name": "Vivid Orange",
"hex_code": "
#FF8D00
"
},
{
"name": "Purple",
"hex_code": "
#A500B5
"
},
{
"name": "Coral Pink",
"hex_code": "
#FF6F61
"
},
{
"name": "Teal",
"hex_code": "
#008C8C
"
},
{
"name": "Slate Blue",
"hex_code": "
#6A5ACD
"
},
{
"name": "Goldenrod",
"hex_code": "
#DAA520
"
},
{
"name": "Crimson",
"hex_code": "
#DC143C
"
},
{
"name": "Medium Sea Green",
"hex_code": "
#3CB371
"
}
]
}
This palette includes a variety of colors that are distinct enough to be used in categorical data visualization, making it easier for viewers to differentiate between categories.
Would you like any specific adjustments to this palette or additional colors?