The theme is not designed to color customization via Admin Panel. This can be done only via CSS.
To set your link colors, add this CSS Appearance menu→ Customize → Custom code in Custom styles:
a { color: #0085ff; } a:hover { color: #ff0000; }
Links will become blue and when you hover – red.