KickstartCassiopeia has the option to set link colors.
This feature is pretty simple, but it could also be to generic. Setting a link color can for instance change the color of a text-based logo, or links in the sidebars, or footer. To be more specific, you can for instance just change the link color in articles. To do this, simply add this line of CSS to your custom CSS section.
.com-content-article__body a {color: #F67A14}
In this case, links inside the .item-page DIV will have a different color. You can play with this feature as much as you like, making links in each section appear as you like them to.