Huehive Logo

HueHive

#FF0000 Red
#00FF00 Green
#0000FF Blue
#00FFFF Cyan
#FF00FF Magenta
#FFFF00 Yellow

RGB Color Palette

Palette Description

Here is a color palette inspired by the RGB color model, which includes the primary colors: Red, Green, and Blue, along with their combinations.

json
{
  "palette_name": "RGB Color Palette",
  "colors": [
    {
      "name": "Red",
      "hex_code": "
                            
                            #FF0000
                        "
    },
    {
      "name": "Green",
      "hex_code": "
                            
                            #00FF00
                        "
    },
    {
      "name": "Blue",
      "hex_code": "
                            
                            #0000FF
                        "
    },
    {
      "name": "Cyan",
      "hex_code": "
                            
                            #00FFFF
                        "
    },
    {
      "name": "Magenta",
      "hex_code": "
                            
                            #FF00FF
                        "
    },
    {
      "name": "Yellow",
      "hex_code": "
                            
                            #FFFF00
                        "
    }
  ]
}

This palette represents the core colors of the RGB spectrum, along with secondary colors formed by the mixtures of the primary colors. Would you like to explore more color palettes or get suggestions for a specific theme or project?