Unable to Retrieve Setting Value for my Plugin

qd_button-settings-group is a settings group, not an option.

Use get_option for both items:

get_option('qd_button_color_list');
get_option('qd_button_text_color_list');