Huehive Logo

HueHive

#FFFFFF White
#DC143C Crimson Red
#4169E1 Royal Blue
#32CD32 Lime Green
#FFA500 Orange
#FFD700 Golden Yellow
#800080 Purple
#40E0D0 Turquoise
#FF00FF Magenta
#7FFF00 Chartreuse

Accessible High Contrast Palette

Palette Description

Here is the updated color palette with “Violet” changed to “Purple”:

json
{
  "palette_name": "Accessible High Contrast Palette",
  "colors": [
    {
      "name": "White",
      "hex_code": "
                            
                            #FFFFFF
                        "
    },
    {
      "name": "Crimson Red",
      "hex_code": "
                            
                            #DC143C
                        "
    },
    {
      "name": "Royal Blue",
      "hex_code": "
                            
                            #4169E1
                        "
    },
    {
      "name": "Lime Green",
      "hex_code": "
                            
                            #32CD32
                        "
    },
    {
      "name": "Orange",
      "hex_code": "
                            
                            #FFA500
                        "
    },
    {
      "name": "Golden Yellow",
      "hex_code": "
                            
                            #FFD700
                        "
    },
    {
      "name": "Purple",
      "hex_code": "
                            
                            #800080
                        "
    },
    {
      "name": "Turquoise",
      "hex_code": "
                            
                            #40E0D0
                        "
    },
    {
      "name": "Magenta",
      "hex_code": "
                            
                            #FF00FF
                        "
    },
    {
      "name": "Chartreuse",
      "hex_code": "
                            
                            #7FFF00
                        "
    }
  ]
}

The color “Violet” has been successfully updated to “Purple.” Is there anything else you would like to modify or add to this palette?