#ADB480
Pale Olive
#809096
Cool Grey
#A76363
Deep Rose
#42384E
Dark Slate
Palette Description
It looks like you’ve provided a string of characters that could represent colors, but they need to be separated into valid hex codes. The valid hex codes are typically 6 characters long, starting with a hash symbol (#).
From your input, we can extract the following hex color codes:
- ADB480
- 809096
- A76363
- 42384E
Now, I’ll create a color palette with these color codes.
json
{
"palette_name": "Custom Extracted Palette",
"colors": [
{
"name": "Pale Olive",
"hex_code": "
#ADB480
"
},
{
"name": "Cool Grey",
"hex_code": "
#809096
"
},
{
"name": "Deep Rose",
"hex_code": "
#A76363
"
},
{
"name": "Dark Slate",
"hex_code": "
#42384E
"
}
]
}
This palette features a variety of tones ranging from muted olives to deep rose, offering a balanced mix of colors.
Would you like to explore any specific themes or combinations with these colors?