Huehive Logo

HueHive

#FF0000 Red
#FFA500 Orange
#FFFF00 Yellow
#008000 Green
#0000FF Blue
#4B0082 Indigo
#EE82EE Violet

Rainbow Colors

Palette Description

Here’s a vibrant color palette inspired by the concept of a rainbow:

json
{
  "palette_name": "Rainbow Colors",
  "colors": [
    {
      "name": "Red",
      "hex_code": "
                            
                            #FF0000
                        "
    },
    {
      "name": "Orange",
      "hex_code": "
                            
                            #FFA500
                        "
    },
    {
      "name": "Yellow",
      "hex_code": "
                            
                            #FFFF00
                        "
    },
    {
      "name": "Green",
      "hex_code": "
                            
                            #008000
                        "
    },
    {
      "name": "Blue",
      "hex_code": "
                            
                            #0000FF
                        "
    },
    {
      "name": "Indigo",
      "hex_code": "
                            
                            #4B0082
                        "
    },
    {
      "name": "Violet",
      "hex_code": "
                            
                            #EE82EE
                        "
    }
  ]
}

This palette captures the essence of a rainbow with its spectrum of colors ranging from red to violet.

Would you like to know how to use this palette in your projects, or do you have any other color themes in mind?