#55aa55
Medium Green
#88d44c
Bright Lime Green
#aaf040
Vivid Yellow-Green
#4a7b3b
Deep Forest Green
#007f5c
Rich Teal Green
Palette Description
I can provide you with the JSON representations of both the high contrast and moderate contrast color palettes centered around #55aa55 . You can then save these JSON objects to disk as needed.
High Contrast Analogous Greens
json
{
"palette_name": "High Contrast Analogous Greens",
"colors": [
{
"name": "Medium Green",
"hex_code": "
#55aa55
"
},
{
"name": "Bright Lime Green",
"hex_code": "
#88d44c
"
},
{
"name": "Vivid Yellow-Green",
"hex_code": "
#aaf040
"
},
{
"name": "Deep Forest Green",
"hex_code": "
#4a7b3b
"
},
{
"name": "Rich Teal Green",
"hex_code": "
#007f5c
"
}
]
}
Moderate Contrast Analogous Greens
json
{
"palette_name": "Moderate Contrast Analogous Greens",
"colors": [
{
"name": "Medium Green",
"hex_code": "
#55aa55
"
},
{
"name": "Fresh Green",
"hex_code": "
#76c24a
"
},
{
"name": "Golden Green",
"hex_code": "
#9dbf3e
"
},
{
"name": "Muted Dark Green",
"hex_code": "
#4f8c4b
"
},
{
"name": "Cool Teal",
"hex_code": "
#3b9a7e
"
}
]
}
You can copy each of these JSON objects into a text file and save them with a .json
extension, such as high_contrast_analogous_greens.json
and moderate_contrast_analogous_greens.json
.
If you need further assistance in saving these files or anything else, just let me know!