#0072B2
Blue
#D55E00
Red
#009E73
Green
#CC79A7
Purple
#E69F00
Orange
#F0E442
Yellow
Palette Description
Here is a color palette inspired by ggplot2, known for its vibrant and harmonious color schemes often used in data visualization:
json
{
"palette_name": "ggplot2 Inspired",
"colors": [
{
"name": "Blue",
"hex_code": "
#0072B2
"
},
{
"name": "Red",
"hex_code": "
#D55E00
"
},
{
"name": "Green",
"hex_code": "
#009E73
"
},
{
"name": "Purple",
"hex_code": "
#CC79A7
"
},
{
"name": "Orange",
"hex_code": "
#E69F00
"
},
{
"name": "Yellow",
"hex_code": "
#F0E442
"
}
]
}
This palette includes a range of colors that are commonly used in ggplot2 visualizations, ensuring clear distinction between different data elements while maintaining a visually appealing aesthetic.
Would you like to know how to apply these colors in your ggplot2 charts or any specific examples?