#FF0000
Red
#00FF00
Green
#0000FF
Blue
#00FFFF
Cyan
#FF00FF
Magenta
#FFFF00
Yellow
#000000
Black
#FFFFFF
White
#FFA500
Orange
#800080
Purple
#A52A2A
Brown
#FFC0CB
Pink
#808080
Gray
Palette Description
Here is a color palette that includes all the basic colors along with various hues and saturations:
json
{
"palette_name": "Basic Colors 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
"
},
{
"name": "Black",
"hex_code": "
#000000
"
},
{
"name": "White",
"hex_code": "
#FFFFFF
"
},
{
"name": "Orange",
"hex_code": "
#FFA500
"
},
{
"name": "Purple",
"hex_code": "
#800080
"
},
{
"name": "Brown",
"hex_code": "
#A52A2A
"
},
{
"name": "Pink",
"hex_code": "
#FFC0CB
"
},
{
"name": "Gray",
"hex_code": "
#808080
"
}
]
}
This palette includes primary, secondary, and tertiary colors in various saturations, providing a comprehensive range of basic colors.
Would you like to explore more specific shades or create a different theme?