Palette Description
To create a split complementary color palette centered around the color #ffaaaa , we can identify two colors that are adjacent to the complementary color on the color wheel. The complementary color of #ffaaaa is approximately #aaffaa (a greenish color). Therefore, the split complements would be #aaffaa and two colors next to it, which could be #aaff88 (a lighter green) and #aaffcc (a tealish color).
Here’s the color palette:
json
{
"palette_name": "Split Complementary Palette",
"colors": [
{
"name": "Light Coral",
"hex_code": "
#ffaaaa
"
},
{
"name": "Medium Sea Green",
"hex_code": "
#aaffaa
"
},
{
"name": "Light Green",
"hex_code": "
#aaff88
"
},
{
"name": "Medium Turquoise",
"hex_code": "
#aaffcc
"
}
]
}
This palette features a warm light coral color at its center, complemented by fresh green tones that bring a vibrant and lively feel.
Would you like to explore more palettes or need assistance with a specific project?