Column color - column chart

Hi experts,

I was wondering if you can guide me how to change the colour format for certain columns as below:

image

I have used zone in series format as the below and tried to use “fillcolor” as #FFFFFF but it doesnt seem to work.

“series”: [
{
“zoneAxis”: “x”,
“zones”: [
{
“value”: 1,
“color”: “#002060
},
{
“value”: 2,
“color”: “#FF0000
},
{
“value”: 3,
“color”: “#002060
},
{
“value”: 4,
“color”: “#00B050
},
{
“value”: 5,
“color”: “#FF0000”,
“dashStyle”: “Dash”
}
]
}
]

Thank you very much