Let $a, b, c > 0$. Prove that $$\sqrt{a^2-ab+b^2} + \sqrt{b^2 - bc + c^2} + \sqrt{c^2 - ca + a^2} \le \frac{ab}{c} + \frac{bc}{a} + \frac{ca}{b}.$$ This should be solvable with AM-GM and a few other inequalities, but I am a little stuck on this problem.
My idea was to remove the radical. $\sqrt{a^2-ab+b^2} \le \frac{a^2-ab+b^2}{a+b} + \frac{a+b}{4}$ by AM-GM. Adding this up cyclically, it suffices to show the inequality
$$\frac{5}{2}\left(a+b+c\right)-3\left(\frac{ab}{a+b}+\frac{bc}{b+c}+\frac{ac}{a+c}\right) \le \frac{ab}{c} + \frac{bc}{a} + \frac{ca}{b},$$
which I'm pretty sure is true, but I have no clue how to prove.
This inequality resembles https://artofproblemsolving.com/community/c6h1288310p6804993 and https://artofproblemsolving.com/community/q2h1817483p12130020, the latter of which is a weaker version of this inequality.