I can access the web part properties like {%LinkBackgroundColor%}. I have not added the property in code behind, as it does not require. I am getting the value what ever I am setting it in Color picker.
Now I need to set this color as background for the Webpart, how can I do inline style for this web part? I have tried web part container, but the following code does not work which I put in Web Part container CSS region:
.applyButton{
background:{%LinkBackgroundColor%};
color:{%LinkTextColor%};
}