Palette Description
Here’s a color palette inspired by the CMYK color model, which is commonly used in color printing. CMYK stands for Cyan, Magenta, Yellow, and Key (Black), and these colors can be combined in various ways to create a wide range of colors.
json
{
"palette_name": "CMYK Palette",
"colors": [
{
"name": "Cyan",
"hex_code": "
#00B2E2
"
},
{
"name": "Magenta",
"hex_code": "
#D5006D
"
},
{
"name": "Yellow",
"hex_code": "
#F6EB61
"
},
{
"name": "Black",
"hex_code": "
#000000
"
}
]
}
This palette showcases the primary colors used in the CMYK printing process. Would you like to see how these colors can be used in design, or do you have any specific applications in mind for this palette?