Huehive Logo

HueHive

#DC143C Crimson Red
#FF8D1A Vibrant Orange
#FFC300 Sunny Yellow
#4CAF50 Lush Green
#2196F3 Deep Blue
#9C27B0 Rich Purple
#E91E63 Soft Pink
#00BCD4 Cool Cyan

Enhanced Series Palette

Palette Description

Sure! Here’s an updated color palette with a more evident first color for better visibility in your plot.

json
{
  "palette_name": "Enhanced Series Palette",
  "colors": [
    {
      "name": "Crimson Red",
      "hex_code": "
                            
                            #DC143C
                        "
    },
    {
      "name": "Vibrant Orange",
      "hex_code": "
                            
                            #FF8D1A
                        "
    },
    {
      "name": "Sunny Yellow",
      "hex_code": "
                            
                            #FFC300
                        "
    },
    {
      "name": "Lush Green",
      "hex_code": "
                            
                            #4CAF50
                        "
    },
    {
      "name": "Deep Blue",
      "hex_code": "
                            
                            #2196F3
                        "
    },
    {
      "name": "Rich Purple",
      "hex_code": "
                            
                            #9C27B0
                        "
    },
    {
      "name": "Soft Pink",
      "hex_code": "
                            
                            #E91E63
                        "
    },
    {
      "name": "Cool Cyan",
      "hex_code": "
                            
                            #00BCD4
                        "
    }
  ]
}

The first color has been changed to “Crimson Red,” which is more vivid and impactful. This should help in clearly identifying the first series in your plot.

Would you like to explore more adjustments or additional colors?