[step:Construct a proper colouring with $n-2k+2$ colours]Let $[n]$ denote the finite set $\{1,\dots,n\}$. Let $V$ denote the vertex set of $KG(n,k)$, so
\begin{align*}
V:=\{A\subset [n]: |A|=k\}.
\end{align*}
Two vertices $A,B\in V$ are adjacent exactly when $A\cap B=\varnothing$. Define the integer
\begin{align*}
d:=n-2k.
\end{align*}
Since $n\geq 2k$, we have $d\geq 0$, and the desired number of colours is $d+2$.
Define the colouring map $\kappa:V\to \{1,\dots,d+2\}$ as follows. For $A\in V$, set $\kappa(A):=\min A$ if $\min A\leq d+1$, and set $\kappa(A):=d+2$ if $\min A\geq d+2$.
We verify that $\kappa$ is proper. If $\kappa(A)=\kappa(B)=i$ for some $i\in\{1,\dots,d+1\}$, then $\min A=\min B=i$, so $i\in A\cap B$. Hence $A$ and $B$ are not adjacent.
If $\kappa(A)=\kappa(B)=d+2$, then
\begin{align*}
A,B\subset \{d+2,d+3,\dots,n\}.
\end{align*}
The set $\{d+2,d+3,\dots,n\}$ has cardinality
\begin{align*}
n-(d+2)+1=n-d-1=2k-1.
\end{align*}
If $A$ and $B$ were disjoint, then $A\cup B$ would have cardinality $2k$ and would be contained in a set of cardinality $2k-1$, which is impossible. Thus $A\cap B\neq\varnothing$, so $A$ and $B$ are not adjacent.
Every colour class of $\kappa$ is therefore an independent set. Hence
\begin{align*}
\chi(KG(n,k))\leq d+2=n-2k+2.
\end{align*}[/step]